1
Step 1: Before you start
- Ensure your operating system is macOS, Windows, or Linux.
- Download and install a compatible version of JetBrains IDEs (2020.3 or later), Qoder supports all JetBrians IDEs like IntelliJ IDEA, Android Studio, PyCharm, GoLand, CLion and more.
2
Step 2: Install plugin
Method 1: Install from marketplace
- Open your JetBrains IDE and navigate to the Settings page (Press
⌘ ,on macOS andCtrl Alt Son Linux/Windows). - Search Qoder Plugin quickly by typing
Qoderin the input box and clickingEnter. - Click Install.
- Click the following link and download the installation package. Qoder_JetBrains_latest
- Open your JetBrains IDE and navigate to the Settings page.
- Select Plugins.
- Click the settings icon and then Install Plugin from Disk.
-
Open the downloaded
.zipfile to install it.
3
Step 3: Sign in
- Click the Qoder icon in the right-side navigation bar.
- Click Sign in in the displayed section.
4
Step 4: Open a project
Choose to work with an local project or clone a sample from GitHub.
5
Step 5: Explore features
- Trigger code suggestions in the Editor
- Enter a partial code snippet or a code request in natural language. Example: “Initialize a list.”
- Press
⌥ P(macOS) orAlt P(Windows/Linux). Suggestions will appear automatically. - Press Tab to accept a suggestion.
- Initiate an inline chat
- In the editor, press
⌘ ⇧ I(macOS) orCtrl Shift I(Windows/Linux). The Inline Chat window will open. - Type your request and press Enter. Example: “Add a method for handling file updates.”
- To apply the AI-generated code, press
⌘ ⏎(macOS) orCtrl Enter(Windows/Linux).
- Start an AI chat
⌘ ⇧ L (macOS) or Ctrl Shift L (Windows/Linux) for broader tasks in Ask or Agent mode.- In the AI Chat panel on the right, enter your request. Example: “Create tests for this function and run them.”
- Press Enter. The AI agent will generate a test file with relevant test cases.
- Click Run as prompted to execute the tests.