โน
Tab Completion
CursorOptimized code auto-completion
Cursor's Tab auto-completion isn't just simple code snippets โ it analyzes the current editing context to predict upcoming code. It predicts multi-line completions, edit suggestions for existing code (diffs), and even cursor position movements.
How to Use
1
Accept naturally with Tab key while writing code
2
Preview suggestions with ghost text (gray text)
3
Reject with Esc, accept with Tab
4
Partial acceptance with incremental Tab for multi-line completions
Tags
#autocomplete
#tab
#prediction
#IDE
Source
Cursor Docs