tabby/clients/vscode
Zhiming Ma 207559b0a2
feat: Agent add postprocess for repetitive patterns. (#294)
2023-07-13 16:31:20 +08:00
..
.vscode refactor: update yarn workspace struct and build scripts. (#288) 2023-07-11 14:02:58 +08:00
assets docs: update VSCode extensino walkthrough docs about Tabby Cloud. (#282) 2023-07-06 11:43:34 +08:00
src feat: Agent add postprocess for repetitive patterns. (#294) 2023-07-13 16:31:20 +08:00
.eslintrc.json refactor: update yarn workspace struct and build scripts. (#288) 2023-07-11 14:02:58 +08:00
.gitattributes feat: add icon for vscode extension 2023-04-04 17:58:37 +08:00
.gitignore feat: tabby agent auth (#240) 2023-06-15 08:53:21 -07:00
.prettierrc.json refactor: update yarn workspace struct and build scripts. (#288) 2023-07-11 14:02:58 +08:00
.vscodeignore feat: tabby agent auth (#240) 2023-06-15 08:53:21 -07:00
LICENSE feat: support vscode packaging 2023-04-04 14:30:47 +08:00
README.md refactor: update yarn workspace struct and build scripts. (#288) 2023-07-11 14:02:58 +08:00
package.json feat: Agent add postprocess for repetitive patterns. (#294) 2023-07-13 16:31:20 +08:00
tsconfig.json refactor: update yarn workspace struct and build scripts. (#288) 2023-07-11 14:02:58 +08:00
tsup.config.ts refactor: update yarn workspace struct and build scripts. (#288) 2023-07-11 14:02:58 +08:00

README.md

Tabby VSCode Extension

License VSCode Extension Version VSCode Extension Installs Slack Community

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.70.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!

Demo

Try our online demo here.

Demo

Get Started

If you have installed the Tabby VSCode extension, you can follow the built-in walkthrough guides to get started. You can also reopen walkthrough page anytime by using command Tabby: Getting Started.

  1. Setup the Tabby server: you can get a Tabby Cloud hosted server here, or build your self-hosted Tabby server following this guide.
  2. Use the command Tabby: Specify API Endpoint of Tabby to connect the extension to your Tabby server. If you are using a Tabby Cloud server endpoint, please follow the popup messages to complete authorization.

Once setup is complete, Tabby will provide inline suggestions automatically, and you can accept suggestions by just pressing the Tab key. You can hover on the inline suggestion text to find more useful actions such as partially accepting by word or by line.