Autocomplete
Learn how to use Continue's AI-powered code autocomplete feature with keyboard shortcuts for accepting, rejecting, or partially accepting inline suggestions as you type

How to Use AI Code Autocomplete in Continue
Autocomplete provides inline code suggestions as you type. To enable it, simply click the "Continue" button in the status bar at the bottom right of your IDE or ensure the "Enable Tab Autocomplete" option is checked in your IDE settings.
Accepting a Full Suggestion
Accept a full suggestion by pressing
TabRejecting a Full Suggestion
Reject a full suggestion with
EscPartially Accepting a Suggestion
For more granular control, use
cmd/ctrl + → to accept parts of the suggestion word-by-word.Forcing a Suggestion (VS Code)
If you want to trigger a suggestion immediately without waiting, or if you've dismissed a suggestion and want a new one, you can force it by using the keyboard shortcut
cmd/ctrl + alt + space.