tabby/clients/intellij
Zhiming Ma bdda8a534f
feat(intellij): add anonymous usage event IntelliJInitFailed. (#365)
* feat(intellij): add anonymous usage event plugin activated.

* fix(intellij): post event IntelliJinitFailed only when failed instead of PluginActivated.
2023-08-21 13:51:41 +08:00
..
.idea
.run
gradle/wrapper
node_scripts feat(intellij): add anonymous usage event IntelliJInitFailed. (#365) 2023-08-21 13:51:41 +08:00
src/main feat(intellij): add anonymous usage event IntelliJInitFailed. (#365) 2023-08-21 13:51:41 +08:00
.gitignore
README.md feat(intellij): add anonymous usage event IntelliJInitFailed. (#365) 2023-08-21 13:51:41 +08:00
build.gradle.kts chore: update intellij plugin description. Bump version to 0.1.2. (#337) 2023-08-04 23:18:02 +08:00
gradle.properties
gradlew
gradlew.bat
package.json
settings.gradle.kts

README.md

Tabby Plugin for IntelliJ Platform

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.