Tab & Navigation
FreshThe 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
| Setting | Description |
|---|---|
| Enable/Disable | Toggle each Tab feature individually |
| Tab Speed | Slow / Default / Fast -- controls how quickly suggestions appear |
| Highlight Inserted Text | Visually highlight AI-inserted code |
| Clipboard Context | Use clipboard contents as context for suggestions |
| Allow Gitignored Files | Include 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.