Qoder Individual Edition is currently available as a free trial for all users. The trial duration is subject to change. For the latest information, please check product updates.
1
Download and install Qoder
- Download the installer from https://qoder.com/download.
- Double-click the file to begin installation.
- Launch Qoder by double-clicking the Qoder IDE icon.
2
Sign in
- In the upper-right corner of your Qoder IDE, click the user icon or use the keyboard shortcut (
⌘
⇧
,
(macOS)orCtrl
shift
,
(Windows)), and select Sign in. - On the web page that appears:
- Click Sign up at the bottom and complete the registration process, or
- Use your Google or GitHub account to sign up directly.
- Return to the Qoder IDE. You can now use all features freely.
3
Open a project
Choose to work with an local project or clone a sample from GitHub.
- Use a local project
- Click Open or use the keyboard shortcut:
- macOS:
⌘
O - Windows:
Ctrl
O
- Browse to your project folder, select a file, and open it.
- Clone a project
- Click Clone repo.
- In the search bar at the top:
- Enter a project URL and click Clone from URL, or
- Click Clone from GitHub and follow the prompts.
- Complete the steps to clone the project.
4
Explore features
- Trigger an NES
- Enter a partial code snippet or a code request in natural language. Example: “Initialize a list.”
- Press
⌥
P
(macOS) orAlt
P
(Windows). Suggestions will appear automatically. - Press Tab to accept a suggestion.
- Initiate an inline chat
- In the Qoder code editor, press
⌘
I
(macOS) orCtrl
I
(Windows). 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).
- Start an AI chat
⌘
L
(macOS) or Ctrl
L
(Windows) 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, or press
⌘
⏎
(macOS) orCtrl
Enter
(Windows) to execute the tests.