23 lines
760 B
Markdown
23 lines
760 B
Markdown
# Code Completion
|
|
|
|
## Basic Usage
|
|
|
|
Tabby will show inline suggestions when you stop typing. You can press the `Tab` key to accept the current suggestion.
|
|
|
|

|
|
|
|
## More Actions
|
|
|
|
Hover over the inline suggestion text to see the toolbar providing more actions.
|
|
|
|

|
|
|
|
### 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.
|
|
|