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

760 B

Code Completion

Basic Usage

Tabby will show inline suggestions when you stop typing. You can press the Tab key to accept the current suggestion.

Demo

More Actions

Hover over the inline suggestion text to see the toolbar providing more actions.

InlineCompletionToolbar

Cycling Through Choices

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

Partially Accept by Word or by Line

If you want to partially accept a code suggestion, you can accept it by word or by line. Press Ctrl + RightArrow to accept next word. Click ... button on the toolbar, and you will find the option to accept the suggestion by line.