tabby/clients/intellij
Zhiming Ma 52c4ef38d3
feat(intellij): update tabby-agent to 0.3.1. (#490)
2023-09-29 03:06:47 -07:00
..
.idea
.run
gradle/wrapper
node_scripts feat(intellij): update tabby-agent to 0.3.1. (#490) 2023-09-29 03:06:47 -07:00
src/main feat(intellij): update tabby-agent to 0.3.1. (#490) 2023-09-29 03:06:47 -07:00
.gitignore
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 feat(intellij): update tabby-agent to 0.3.1. (#490) 2023-09-29 03:06:47 -07:00
gradle.properties
gradlew
gradlew.bat
package.json fix(agent): hotfix vscode extension 0.6.1. Filter out no data AgentStats event. (#489) 2023-09-28 18:58:44 -07: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 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.