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

22 lines
915 B
Markdown

# 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](https://tabbyml.github.io/tabby/img/demo.gif)
## 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](command:tabby.openSettings), or customize your own [keybindings](command:tabby.openKeybindings).
| | Accept Full Completion | Accept Next Word | Accept Next Line |
| -------------: | :--------------------: | :---------------: | :--------------: |
| _tabby-style_ | Ctrl + Tab | Ctrl + RightArrow | Tab |
| _vscode-style_ | Tab | Ctrl + RightArrow | - |