This IntelliJ plugin integrate OpenAI's ChatGPT into your favorite IDE. While many more features are to come, it is for now capable of:
- Explaining selected code using "ChatGPT: Explain Code" Intention. It also offers to insert the response as a comment before the selection.
-
Using IDE built-in plugin system:
Settings/Preferences > Plugins > Marketplace > Search for "intelligpt" > Install Plugin
-
Manually:
Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...
Plugin based on the IntelliJ Platform Plugin Template.