Skip to main content

JetBrains IDEs


JetBrains IDEs
  • IntelliJ IDEA, PyCharm, JetBrains Gateway, DataGrip, RubyMine, GoLand, WebStorm, PhpStorm, RustRover, CLion, Rider, DataSpell, MPS

Product​

  • Visualkube Plugin for JetBrains IDEs
Supported architecture
  • Arm64
  • x64
Supported OS
  • macOS
  • Windows
  • Linux

Understanding Plugin Placement in JetBrains IDEs​

See the article Understanding Plugin Placement in JetBrains IDEs for screenshots that illustrate the Visualkube Plugin’s placement in each of the JetBrains IDEs.

Screenshot​

Visualkube in JetBrains IntelliJ IDEA 2023.1.1 (Ultimate Edition)

Visualkube Plugin in IntelliJ IDEA Ultimate 2023.1.1

Minimum requirements​

Requires JetBrains IntelliJ IDEA 2023.1.1 (Build 231.8770) or later

Supported JetBrains products​

Android Studio β€” Hedgehog | 2023.1.1 β€” Otter | 2025.2.1 Canary 1
AppCode β€” 2023.1.1 β€” 2023.1.5
Aqua β€” build 231.8770 β€” 252.*
CLion β€” 2023.1.2 β€” 2025.2.2
Code With Me Guest β€” build 231.8770 β€” 252.*
DataGrip β€” 2023.1.1 β€” 2025.2.3
DataSpell β€” 2023.1.1 β€” 2025.2.1
GoLand β€” 2023.1.1 β€” 2025.2.2
IntelliJ IDEA Community β€” 2023.1.1 β€” 2025.2.2
IntelliJ IDEA Ultimate β€” 2023.1.1 β€” 2025.2.2
JetBrains Client β€” build 231.8770 β€” 252.*
JetBrains Gateway β€” 2023.1.1 β€” 2025.2.2
MPS β€” 2023.2 β€” 2025.2
PhpStorm β€” 2023.1.1 β€” 2025.2.2
PyCharm β€” 2023.1.1 β€” 2025.2.2
PyCharm Community β€” 2023.1.1 β€” 2025.2.2
Rider β€” 2023.1.1 β€” 2025.2.2
RubyMine β€” 2023.1.1 β€” 2025.2.2
RustRover β€” 2024.1 β€” 2025.2.2
WebStorm β€” 2023.1.1 β€” 2025.2.2
Writerside β€” build 231.8770 β€” 252.*

Install​

How to Install a Plugin in JetBrains IDEs​

That’s the full sequence:
JetBrains IDE > Plugins > Marketplace > Visualkube > Install
  1. Open your JetBrains IDE.
  2. Go to the Plugins section.
  3. Select the Marketplace tab.
  4. Search for Visualkube.
  5. Click Install to add the plugin.
  6. (Optional) Restart the IDE if prompted.

Run​

  1. Open your project.
  2. Click the Visualkube icon at the top-left or top-center of the IDE.
Plugin Placement

See the article Understanding Plugin Placement in JetBrains IDEs for screenshots that illustrate the Visualkube Plugin's placement in each of the IDEs below.

Uninstall​

How to Uninstall a Plugin in JetBrains IDE​

That’s the full sequence:
JetBrains IDE > Plugins > Installed > Visualkube > Uninstall
  1. Open your JetBrains IDE.
  2. Go to the Plugins section.
  3. Select the Installed tab.
  4. Find Visualkube in the list of installed plugins.
  5. Click Uninstall to remove it.
  6. Manually delete the JCEF folder if it still remains. (refer to the steps below)
Safety Tips

Check if the directory exists before deleting it:

Windows PowerShell
Test-Path "$env:USERPROFILE\.jcef-bundle"
Linux / macOS
ls -ld ~/.jcef-bundle
- Review the output carefully to ensure it is the correct directory.
- Only proceed with deletion if you are absolutely certain it is safe to remove.
- Remember: once deleted, the directory and its contents cannot be recovered.
warning

Please carefully check and re-confirm before deleting the directory. Deleted directories cannot be restored, so review thoroughly before proceeding.

Windows Powershell
Remove-Item -Recurse -Force "$env:USERPROFILE\.jcef-bundle"
Windows CMD
rmdir /S /Q "%USERPROFILE%\.jcef-bundle"
Linux / macOS
rm -rf ~/.jcef-bundle

Note (for version 1.2.0 or earlier)​

Message​

"This view is not available until indexes are built"​

When our plugin runs in an IDE (e.g., IntelliJ IDEA, Android Studio), a message saying "This view is not available until indexes are built" may appear as shown in the screenshot.

If the IDE is launched for the first time without indexing the project, this message may be displayed once initially.

Our plugin will launch immediately once the IDE has finished indexing. Please wait until the indexing process is complete.

Message displayed when project indexing has not been performed