Jetbrains IDE Installation
Last updated
Last updated
2025 Qodo. All Rights Reserved.
Visit Qodo Gen's page on Jetbrains Marketplace to install Qodo Gen.
Alternatively, follow these steps to install the plugin from within your Jetbrains IDE:
Open the settings menu in your Jetbrains IDE.
Select Plugins.
Type Qodo Gen in the search bar.
Click the Install button.
After installing, you may be prompted to reload the IDE to activate the plugin.
The Qodo Gen icon should appear in the IDE's sidebar on the left side.
Qodo Gen Plugin uses JCEF (Java Chromium Embedded Framework) to create a webview component in the plugin's tool window. By default, most IntelliJ-based IDEs come with a boot runtime that includes JCEF. However, Android Studio (and some other versions of IntelliJ-based IDEs) utilize a boot runtime lacking JCEF, which prevents the plugin from loading in these environments.
Also in some cases JCEF could persist but not been initialised.
To address this issue:
Navigate to the "Help" -> "Find Action..." and find(type) "Registry". Here disable ide.browser.jcef.sandbox.enable
option.
Navigate to the "Help" -> "Find Action..." and find(type) "Choose Boot Runtime for the IDE" dialog. Here, you can select a boot runtime equipped with JCEF.
Restart the IDE.
If the issue persist, please open an issue in our GitHub issue tracker or contact support.