- The immediate context of your code.
- Your recently opened and other active files.
- The dependencies and relationships between different files across your entire codebase.
How to use code completion
Qoder provides line- and method-level code completions that appear directly in your editor. These suggestions are designed to be intuitive and non-intrusive. Triggering Suggestions- Automatic: Suggestions are automatically generated as you type code or write a natural language prompt in a comment.
- Manual: You can also request a suggestion at any time by pressing
⌥ Pon macOS orAlt Pon Windows/Linux.
Keyboard shortcuts
Once a code suggestion appears in the editor (triggered by partial code or a natural language prompt), use the following shortcuts to accept, reject, or navigate the options.| Action | macOS | Windows/Linux |
|---|---|---|
| Accept inline suggestion | Tab | Tab |
| Discard inline suggestion | esc | esc |
| Show previous inline suggestion | ⌥ [ | Alt [ |
| Show next inline suggestion | ⌥ ] | Alt ] |
| Trigger inline suggestion | ⌥ P | Alt P |