Skip to main content
Qoder Plugin generates highly relevant code completions by analyzing the broader context of your project, not just the current file. It provides suggestions at the line or method level by understanding:
  • The immediate context of your code.
  • Your recently opened and other active files.
  • The dependencies and relationships between different files across your entire codebase.
This guarantees that every suggestion is not only functionally accurate but also fully compliant with your project’s established coding standards and architectural patterns.

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 ⌥ P on macOS or Alt P on 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.
ActionmacOSWindows/Linux
Accept inline suggestionTabTab
Discard inline suggestionescesc
Show previous inline suggestion⌥ [Alt [
Show next inline suggestion⌥ ]Alt ]
Trigger inline suggestion⌥ PAlt P