tabby/clients/intellij
Zhiming Ma 203949bb76
feat(intellij): support auth. (#341)
2023-08-09 13:55:24 +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: add intellij plugin. (#312) 2023-07-25 19:17:14 +08:00
src/main feat(intellij): support auth. (#341) 2023-08-09 13:55:24 +08:00
.gitignore feat: add intellij plugin. (#312) 2023-07-25 19:17:14 +08:00
README.md docs: add instruction to intellij plugin. (#338) 2023-08-05 13:13:21 +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 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: add intellij plugin. (#312) 2023-07-25 19:17:14 +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

Requirements

  • Tabby plugin is compatiple with all IntelliJ Platform IDEs build 2022.2.5 or later versions, including Idea, Pycharm, Android Studio and so on.
  • Tabby plugin requires Node.js 16.0+ installed and added into PATH enviroment variable.

Installation

Tabby plugin could be installed from the IntelliJ Platform plugin marketplace.

Development and Build

Please clone this directory and open it with IntelliJ Idea.