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

21 lines
865 B
Markdown
Raw Normal View History

# Code Completion
## Basic Usage
Tabby will show inline suggestions when you stop typing, and you can accept suggestions by just pressing the `Tab` key.
![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).
| | Next Line | Full Completion | Next Word |
| :--------------------------------- | :-------- | :-------------- | :---------------- |
| _vscode-style_ | - | Tab | Ctrl + RightArrow |
| _tabby-style_<br/>_(experimental)_ | Tab | Ctrl + Tab | Ctrl + RightArrow |