JetBrains IDEs
- IntelliJ IDEA, PyCharm, JetBrains Gateway, DataGrip, RubyMine, GoLand, WebStorm, PhpStorm, RustRover, CLion, Rider, DataSpell, MPS
Productβ
- Visualkube Plugin for JetBrains IDEs
- Arm64
- x64
- 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)

Minimum requirementsβ
- Latest
Requires JetBrains IntelliJ IDEA 2023.1.1 (Build 231.8770) or later
Supported JetBrains productsβ
- Latest (v1.2.1)
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β
- Visualkube Plugin Installation
JetBrains IDE > Plugins > Marketplace > Visualkube > Install
- Open your JetBrains IDE.
- Go to the Plugins section.
- Select the Marketplace tab.
- Search for Visualkube.
- Click Install to add the plugin.
- (Optional) Restart the IDE if prompted.
Runβ
- Open your project.
- Click the Visualkube icon at the top-left or top-center of the IDE.
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β
- Visualkube Plugin Uninstallation
JetBrains IDE > Plugins > Installed > Visualkube > Uninstall
- Open your JetBrains IDE.
- Go to the Plugins section.
- Select the Installed tab.
- Find Visualkube in the list of installed plugins.
- Click Uninstall to remove it.
- Manually delete the JCEF folder if it still remains. (refer to the steps below)
- JCEF Folder Removal
Check if the directory exists before deleting it:
Test-Path "$env:USERPROFILE\.jcef-bundle"
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.
Please carefully check and re-confirm before deleting the directory. Deleted directories cannot be restored, so review thoroughly before proceeding.
Remove-Item -Recurse -Force "$env:USERPROFILE\.jcef-bundle"
rmdir /S /Q "%USERPROFILE%\.jcef-bundle"
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.
