tabby/clients/intellij
Zhiming Ma efe2dcbb0f
refactor(agent): agent http request and cancellation flow. (#446)
* refactor(agent): refactor http request and cancellation flow.

* fix: minor fixes.

* fix: minor fix cheking timeout error in stats.
2023-09-15 11:05: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
gradle/wrapper
node_scripts fix(intellij): fix exception handling when initializing tabby. (#429) 2023-09-11 21:23:54 +08:00
src/main chore: bump intellij plugin version 0.4.0. (#431) 2023-09-12 01:09:48 +08:00
.gitignore
CHANGELOG.md chore: bump intellij plugin version 0.4.0. (#431) 2023-09-12 01:09:48 +08:00
README.md docs: add jetbrains downloads to README (#366) 2023-08-22 00:05:19 +08:00
build.gradle.kts chore: bump intellij plugin version 0.4.0. (#431) 2023-09-12 01:09:48 +08:00
gradle.properties
gradlew
gradlew.bat
package.json refactor(agent): agent http request and cancellation flow. (#446) 2023-09-15 11:05:46 +08:00
settings.gradle.kts

README.md

Tabby Plugin for IntelliJ Platform

JetBrains plugins

Requirements

  • Tabby plugin works with all IntelliJ Platform IDEs that have build 2022.2.5 or later versions, such as Idea, PyCharm, Android Studio, and more.
  • Tabby plugin requires Node.js 16.0+ to be installed and added into the PATH environment variable.

Installation

You can install Tabby plugin from the IntelliJ Platform plugin marketplace.

Development and Build

To develop and build Tabby plugin, please clone this directory and open it with IntelliJ Idea.