tabby/clients/intellij
Zhiming Ma 076dff9d98
chore: bump intellij plugin version 0.5.0. (#450)
2023-09-15 19:15:56 +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 chore: bump intellij plugin version 0.5.0. (#450) 2023-09-15 19:15:56 +08:00
src/main chore: bump intellij plugin version 0.5.0. (#450) 2023-09-15 19:15:56 +08:00
.gitignore feat: add intellij plugin. (#312) 2023-07-25 19:17:14 +08:00
CHANGELOG.md chore: bump intellij plugin version 0.5.0. (#450) 2023-09-15 19:15:56 +08:00
README.md chore: bump intellij plugin version 0.5.0. (#450) 2023-09-15 19:15:56 +08:00
build.gradle.kts chore: bump intellij plugin version 0.5.0. (#450) 2023-09-15 19:15:56 +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 chore: bump VSCode extension version 0.5.0. bump tabby-agent version 0.2.0. (#449) 2023-09-15 19:04:01 +08:00
settings.gradle.kts feat: add intellij plugin. (#312) 2023-07-25 19:17:14 +08:00

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 18.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.