Completions
Use code completions to get more done. Augment’s radical context awareness means more relevant suggestions, fewer hallucinations, and less time hunting down documentation.
About Code Completions
Augment’s Code Completions integrates with your IDE’s native completions system to give you autocomplete-like suggestions as you type. You can accept all of a suggestion, accept partial suggestions a word or a line at a time, or just keep typing to ignore the suggestion.
Using Code Completions
To use code completions, simply start typing in your IDE. Augment will provide suggestions based on the context of your code. You can accept a suggestion by pressing Tab, or ignore it by continuing to type.
For example, add the following function to a TypeScript file:
As you type getUser
, Augment will suggest the function signature. Press Tab to accept the suggestion. Augment will continue to offer suggestions until the function is complete, at which point you will have a function similar to:
Accepting Completions
We recommend configuring a custom keybinding to accept a word or line, see Keyboard shortcuts for more details.
Action | Default keyboard shortcut |
---|---|
Accept inline suggestion | Tab |
Accept next word of suggestion | Cmd → |
Accept next line of suggestion | None (see above) |
Reject suggestion | Esc |
Ignore suggestion | Continue typing through the suggestion |
Toggle automatic completions | VSCode: Cmd Option A |
JetBrains: Cmd Option 9 |
Disabling Completions
You can disable automatic code completions by clicking the overflow menu icon
at the top-right of the Augment panel, then selecting Turn Automatic Completions Off.Enable Completions
If you’ve temporarily disabled completions, you can re-enable them by clicking the overflow menu icon
at the top-right of the Augment panel, then selecting Turn Automatic Completions On.