Copilot X like features for Jetbrains IDEs using ChatGpt and GPT-4:
We thought other 'official' plugins would make this obsolete, however as of March 2024 this is still the only plugin which offers:
• Fixing bugs in place
• Context actions
- Explain: Get explanations for any code file or segment through OpenAI API.
- Fix: Let ChatGPT analyze and explain compiler build error messages and suggest fixes.
- Transpile: Convert code to other languages.
- Execute: English instructions converted to shell commands
- Custom Edit: Apply custom instructions to modify your code
- Documentation: Get inline code documentation
- Review: Learn how to improve your code by getting review suggestions through OpenAI API.
- Code: Specify functionality in English and let ChatGPT write the code. (beta!)
- Complete: Get inline code completion suggestions through OpenAI API.(beta!)
- Tests: Generate tests for selected file or code
- IntelliJ
- PyCharm
- Clion
- ...