
Getting Started Guide
How to Use JetBrains AI
A practical guide to get you up and running with JetBrains AI. Written by Delv Editorial, Delv Team.
Getting started with JetBrains AI
After reading this guide, you'll be able to set up JetBrains AI in your IDE and start using its code completion, chat, and refactoring features effectively.Step 1: Sign up and set up
- Visit the JetBrains website and click on the "Get Started" button.
- Choose your preferred JetBrains IDE (e.g., IntelliJ IDEA, PyCharm, or WebStorm) and download it.
- Install the IDE following the on-screen instructions.
- Launch the IDE and sign in or create a JetBrains account. You will need a subscription, which costs $8.33 per month.
- Once logged in, navigate to
File>Settings(orPreferenceson Mac) and ensure that the JetBrains AI plugin is enabled.
Step 2: Your first coding task
- Open a project or create a new one in your JetBrains IDE.
- Start typing code in the editor. As you type, JetBrains AI will suggest completions. You can accept a suggestion by pressing
TaborEnter. - For coding questions, open the AI chat by clicking on the
AIicon in the toolbar (usually located on the right side). - Type your question in the chat interface, such as "How do I implement a binary search in Python?" and press
Enterto get an answer.
Step 3: Get better results
- Use context-aware suggestions by ensuring your code comments and variable names are descriptive. This helps JetBrains AI understand your intent better.
- For refactoring, highlight the code section you want to improve, right-click, and select
Refactor>Refactor This. JetBrains AI will suggest improvements. - Regularly check for updates to the IDE and AI plugin under
Help>Check for Updatesto get the latest features.