tabby/clients/vscode
Ikko Eltociear Ashimine e18f83fd46
fix typo in launch.json (#80)
Extentions -> Extensions
2023-04-10 23:21:17 +08:00
..
.vscode fix typo in launch.json (#80) 2023-04-10 23:21:17 +08:00
images
src chore: add pre-commit workflow (#72) 2023-04-09 20:17:56 +08:00
.eslintrc.json
.gitattributes
.gitignore
.vscodeignore
LICENSE
README.md Update README.md 2023-04-06 18:23:30 +08:00
package.json chore: bump vscode extension to 0.0.4 2023-04-06 17:57:06 +08:00
tsconfig.json
webpack.config.js VSCode extension: add language field in completion request. (#45) 2023-04-05 14:27:23 +08:00
yarn.lock Support vscode web extension. (#44) 2023-04-05 12:11:39 +08: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.