tabby/clients/intellij
Meng Zhang 7184304bf9
fix(docs): update join slack link (#1113)
* fix(docs): update join slack link

* fix lint
2023-12-25 09:42:46 +08:00
..
.idea feat(intellij): auto trigger completion and add hotkeys to accept/dismiss completion. (#315) 2023-07-27 16:47:51 +08:00
.run feat: add intellij plugin. (#312) 2023-07-25 19:17:14 +08:00
gradle/wrapper feat: add intellij plugin. (#312) 2023-07-25 19:17:14 +08:00
node_scripts feat(agent): support set token in intellij settings page. (#1101) 2023-12-22 20:16:50 +08:00
src/main fix(docs): update join slack link (#1113) 2023-12-25 09:42:46 +08:00
.gitattributes feat(intellij): add check connection button in settings page. (#809) 2023-11-16 21:34:41 -08:00
.gitignore feat: add intellij plugin. (#312) 2023-07-25 19:17:14 +08:00
build.gradle.kts fix(intellij): update supported version range. (#903) 2023-11-27 11:46:12 +08:00
CHANGELOG.md fix(agent): Hotfix 1.1.1. Fix agent completion stats initialization error. (#844) 2023-11-19 20:11:03 -08:00
gradle.properties feat: add intellij plugin. (#312) 2023-07-25 19:17:14 +08:00
gradlew feat: add intellij plugin. (#312) 2023-07-25 19:17:14 +08:00
gradlew.bat feat: add intellij plugin. (#312) 2023-07-25 19:17:14 +08:00
package.json feat(agent): support read clipboard as prompt (#885) 2023-11-24 14:56:31 +08:00
README.md fix(docs): update join slack link (#1113) 2023-12-25 09:42:46 +08:00
settings.gradle.kts feat: add intellij plugin. (#312) 2023-07-25 19:17:14 +08:00

Tabby Plugin for IntelliJ Platform

JetBrains plugins Slack Community

Tabby is an AI coding assistant that can suggest multi-line code or full functions in real-time.

Tabby IntelliJ Platform plugin works with all IntelliJ Platform IDEs that have build 2022.2.5 or later versions, such as IDEA, PyCharm, GoLand, Android Studio, and more.

Getting Started

  1. Set up the Tabby Server: you can build your self-hosted Tabby server following this guide.
  2. Install Tabby plugin from JetBrains Marketplace.
  3. Install Node.js version 18.0 or higher.
  4. Open the settings by clicking on the Tabby plugin status bar item and select Open Settings....
    1. Fill in the server endpoint URL to connect the plugin to your Tabby server.
    • If you are using default port http://localhost:8080, you can skip this step.
    1. If your Tabby server requires an authentication token, set it in the config file.
    2. Enter the node binary path into the designated field
    • If node binary is already accessible via your PATH environment variable, you can skip this step.
    • Remember to save the settings and restart the IDE if you made changes to this option.
  5. Check the Tabby plugin status bar item, it should display a check mark if the plugin is successfully connected to the Tabby server.

Troubleshooting

If you encounter any problem, please check out our troubleshooting guide.

Development and Build

To develop and build Tabby plugin, please clone this directory and import it into IntelliJ Idea.