CodeAssist is a natural-language chatbot integrated into JetBrains IDEs and Visual Studio Code that can write code and answer questions directly within the editor. Powered by GPT-4, it can read and modify open files, execute actions like opening files, and generate code with awareness of other files and the current file context. It supports all popular programming languages. The tool is designed to work under developer supervision, with the recommended workflow being to ask CodeAssist to generate a plan and then execute it after review.
Key Features
- Natural language interface for conversational interaction
- Direct code reading and writing in the editor without copy-paste
- Ability to execute actions such as opening files
- Long-term memory (non-persistent, lost on IDE restart)
- Context-aware code generation across files
Who It’s For
Developers using JetBrains IDEs (PyCharm, PHPStorm, IntelliJ IDEA, WebStorm, etc.) or Visual Studio Code who want an AI assistant that can directly manipulate code in their development environment.