tabby/clients/vscode/README.md

17 lines
1.2 KiB
Markdown
Raw Normal View History

2023-04-06 09:54:00 +00:00
# Tabby VSCode Extension
2023-04-06 10:23:30 +00:00
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
2023-04-11 07:46:46 +00:00
[![VSCode Extension Version](https://img.shields.io/visual-studio-marketplace/v/TabbyML.vscode-tabby)](https://marketplace.visualstudio.com/items?itemName=TabbyML.vscode-tabby)
[![VSCode Extension Installs](https://img.shields.io/visual-studio-marketplace/i/TabbyML.vscode-tabby)](https://marketplace.visualstudio.com/items?itemName=TabbyML.vscode-tabby)
2023-04-06 10:23:30 +00:00
2023-04-06 09:54:00 +00:00
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](https://tabbyml.com/) and [GitHub](https://github.com/TabbyML/tabby).
If you encounter any problem or have any suggestion, please [open an issue](https://github.com/TabbyML/tabby/issues/new)!
2023-04-06 09:54:40 +00:00
Tabby VSCode is compatible with `VSCode ≥ 1.70.0`, as well as web environments like [vscode.dev](https://vscode.dev).
## Get Started
1. Setup Tabby server: follow the [getting started](https://github.com/TabbyML/tabby#get-started) guide.
2. use the command `Tabby: Set URL of Tabby Server` to connect the extension to your Tabby server.