Skip to content

Tab & Navigation

Fresh

The Tab feature provides three AI-powered code suggestion capabilities, all activated by pressing Tab.

Features

Supercomplete

File-wide code suggestions generated near your cursor position. When a suggestion appears, press Tab to accept it.

Tab-to-Jump

Suggests the next logical edit location in the file. When you finish an edit, Tab-to-Jump proposes where you should edit next. Press Tab to jump there.

Tab-to-Import

Auto-detects missing imports when you use a symbol. Press Tab to both complete the code and add the required import statement at the top of the file.

Settings

SettingDescription
Enable/DisableToggle each Tab feature individually
Tab SpeedSlow / Default / Fast -- controls how quickly suggestions appear
Highlight Inserted TextVisually highlight AI-inserted code
Clipboard ContextUse clipboard contents as context for suggestions
Allow Gitignored FilesInclude gitignored files as context for suggestions

TIP

If Tab suggestions feel too aggressive, set Tab Speed to Slow. If they feel too slow, try Fast. The Default setting works well for most workflows.

SOP Documentation Site