tabby/clients/vscode/assets/walkthroughs/codeCompletion.md

915 B

Code Completion

Basic Usage

Tabby will show inline suggestions when you stop typing.
You can accept press Tab to accept by line, Ctrl +Tab key to accept full suggestion, or Ctrl + RightArrow to accept single word.

Demo

Cycling Through Choices

When multiple choices are available, you can cycle through them by pressing Alt + [ and Alt + ].

Keybindings

You can select a keybinding profile in the settings, or customize your own keybindings.

Accept Full Completion Accept Next Word Accept Next Line
tabby-style Ctrl + Tab Ctrl + RightArrow Tab
vscode-style Tab Ctrl + RightArrow -