> ## Documentation Index
> Fetch the complete documentation index at: https://docs.qodo.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# JetBrains installation

<Info>
  Qodo IDE plugin, formerly Qodo Gen, brings local code review workflows to JetBrains and VS Code as part of the Qodo Platform.
</Info>

## Install Qodo

Visit [Qodo's page on JetBrains Marketplace](https://plugins.jetbrains.com/plugin/21206-qodo-gen-formerly-codiumate-) to install Qodo IDE Plugin.

Alternatively, follow these steps to install the plugin from within your JetBrains IDE:

<Steps>
  <Step>
    Open the settings menu in your JetBrains IDE by clicking the cog wheel on the top right.
  </Step>

  <Step>
    Select **Plugins**.

    <Frame>
      <img src="https://mintcdn.com/qodo/JM7O0sE7d8xjdl1v/images/qodo-ide/jetbrains-plugins-menu.png?fit=max&auto=format&n=JM7O0sE7d8xjdl1v&q=85&s=bb69708eddef3c3ca67076f3d8bc2f8e" alt="JetBrains settings menu showing Plugins option" width="292" height="201" data-path="images/qodo-ide/jetbrains-plugins-menu.png" />
    </Frame>
  </Step>

  <Step>
    Type **Qodo** in the search bar.
  </Step>

  <Step>
    Click the Install button.

    <Frame>
      <img src="https://mintcdn.com/qodo/JM7O0sE7d8xjdl1v/images/qodo-ide/jetbrains-plugin-search-qodo-gen.png?fit=max&auto=format&n=JM7O0sE7d8xjdl1v&q=85&s=dc5b7693b6e64625e703793dc961d7bd" alt="JetBrains plugins search showing Qodo Gen result with install checkbox" width="428" height="168" data-path="images/qodo-ide/jetbrains-plugin-search-qodo-gen.png" />
    </Frame>
  </Step>
</Steps>

## Activate Qodo IDE plugin

<Steps>
  <Step>
    Following installation, restart your IDE to activate the Qodo IDE plugin.

    <Frame>
      <img src="https://mintcdn.com/qodo/JM7O0sE7d8xjdl1v/images/qodo-ide/jetbrains-plugin-search-qodo-gen.png?fit=max&auto=format&n=JM7O0sE7d8xjdl1v&q=85&s=dc5b7693b6e64625e703793dc961d7bd" alt="JetBrains plugins search showing Qodo Gen result with install checkbox" width="428" height="168" data-path="images/qodo-ide/jetbrains-plugin-search-qodo-gen.png" />
    </Frame>
  </Step>

  <Step>
    After restarting, the Qodo icon should appear in the IDE's sidebar on the left side.

    <Frame>
      <img src="https://mintcdn.com/qodo/JM7O0sE7d8xjdl1v/images/qodo-ide/jetbrains-restart-ide-prompt.png?fit=max&auto=format&n=JM7O0sE7d8xjdl1v&q=85&s=4df227e493f33e01a5bf58f43c636e2b" alt="JetBrains restart IDE prompt after installing Qodo Gen plugin" width="561" height="302" data-path="images/qodo-ide/jetbrains-restart-ide-prompt.png" />
    </Frame>
  </Step>
</Steps>

## Android Studio support for JCEF

Qodo 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 be initialized.

To address this issue:

<Steps>
  <Step>
    Navigate to the "Help" -> "Find Action..." and find (type) "Registry". Here disable `ide.browser.jcef.sandbox.enable` option.
  </Step>

  <Step>
    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.
  </Step>

  <Step>
    Restart the IDE.
  </Step>
</Steps>

If the issue persists, please open an issue in our [GitHub issue tracker](https://github.com/Codium-ai/codiumai-jetbrains-release/issues) or [contact support](/qodo-support).
