tabby/clients/vscode
Zhiming Ma c82cc38e9d
feat: Agent update backend FIM completion api. (#218)
2023-06-07 09:11:31 -07:00
..
.vscode
images
src feat: Agent update backend FIM completion api. (#218) 2023-06-07 09:11:31 -07:00
.eslintrc.json
.gitattributes
.gitignore
.vscodeignore
LICENSE
README.md
package.json feat: add tabby-agent loggers. (#210) 2023-06-06 07:25:31 -07:00
tsconfig.json
webpack.config.js
yarn.lock feat: add tabby-agent loggers. (#210) 2023-06-06 07:25:31 -07:00

README.md

Tabby VSCode Extension

License VSCode Extension Version VSCode Extension Installs

Tabby is a self-hosted AI coding assistant that can suggest multi-line code or full functions in real-time. For more information, please check out our Website and GitHub. If you encounter any problem or have any suggestion, please open an issue!

Tabby VSCode is compatible with VSCode ≥ 1.70.0, as well as web environments like vscode.dev.

Get Started

  1. Setup Tabby server: follow the getting started guide.
  2. use the command Tabby: Set URL of Tabby Server to connect the extension to your Tabby server.