tabby/clients/vscode
vodkaslime 666d37ff52
small fix for completion cache (#130)
2023-05-12 08:10:57 -07:00
..
.vscode
images
src small fix for completion cache (#130) 2023-05-12 08:10:57 -07:00
.eslintrc.json
.gitattributes
.gitignore Update vscode use openapi codegen. (#99) 2023-04-13 15:28:30 +08:00
.vscodeignore
LICENSE
README.md Update README.md 2023-04-11 15:46:46 +08:00
package.json VSCode extensions: add completion cache. (#128) 2023-05-11 07:55:34 -07:00
tsconfig.json Update vscode use openapi codegen. (#99) 2023-04-13 15:28:30 +08:00
webpack.config.js
yarn.lock VSCode extensions: add completion cache. (#128) 2023-05-11 07:55:34 -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.