Qoder provides context-aware code suggestions at the line or method level by analyzing:
  • The current file context
  • Cross-file dependencies
This ensures that suggestions are not only accurate but also aligned with your project’s style and structure.

Code suggestions

After entering a partial code snippet or a code request in natural language in the Qoder IDE, then press   P (macOS) or Alt  P (Windows). Suggestions will appear as semi-opaque ghost text in italic format. When you accept a suggestion, it converts to standard text formatting.

Shortcuts

The following shortcuts are available for code suggestions in the Qoder IDE code editor after you enter a partial code snippet or a code request in natural language:
ActionmacOSWindows
Trigger inline suggestions PAlt P
Accept an inline suggestionTabTab
Accept word by word Ctrl
Discard the inline suggestionescesc
Show the previous inline suggestion [Alt [
Show the next inline suggestion ]Alt ]
Note: For information about other keyboard shortcuts, see Keyboard shotcuts.