7184304bf9
* fix(docs): update join slack link * fix lint |
||
---|---|---|
.. | ||
.vscode | ||
assets | ||
src | ||
.eslintrc | ||
.gitattributes | ||
.gitignore | ||
.prettierrc.json | ||
.vscodeignore | ||
CHANGELOG.md | ||
LICENSE | ||
package.json | ||
README.md | ||
tsconfig.json | ||
tsup.config.ts |
Tabby VSCode Extension
Tabby is an AI coding assistant that can suggest multi-line code or full functions in real-time.
Tabby VSCode extension is compatible with VSCode ≥ 1.82.0
, as well as web environments like vscode.dev.
For more information, please check out our Website and GitHub. If you encounter any problem or have any suggestion, please open an issue, or join our Slack community for support.
Demo
Try our online demo here.
Getting Started
Once you have installed the Tabby VSCode extension, you can easily get started by following the built-in walkthrough guides. You can access the walkthrough page at any time by using the command Tabby: Getting Started
.
- Setup the Tabby server: You can build your own self-hosted Tabby server following this guide.
- Connect the extension to your Tabby server: Use the command
Tabby: Specify API Endpoint of Tabby
to connect the extension to your Tabby server.- Note: If your Tabby server requires an authentication token, you can set it in the config file. (The web extension does not support setting the authentication token yet.)
Once the setup is complete, Tabby will automatically provide inline suggestions. You can accept the suggestions by simply pressing the Tab
key.
If you prefer to trigger code completion manually, you can select the manual trigger option in the settings. After that, use the shortcut Alt + \
to trigger code completion. To access the settings page, use the command Tabby: Open Settings
.