docs: add instruction to intellij plugin. (#338)
parent
d4a83cf302
commit
9e44d469d1
|
|
@ -0,0 +1,11 @@
|
|||
# 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](https://nodejs.org) 16.0+ installed and added into `PATH` enviroment variable.
|
||||
|
||||
## Installation
|
||||
Tabby plugin could be installed from the IntelliJ Platform [plugin marketplace](https://plugins.jetbrains.com/plugin/22379-tabby).
|
||||
|
||||
## Development and Build
|
||||
Please clone this directory and open it with IntelliJ Idea.
|
||||
|
|
@ -4,3 +4,4 @@ Install Tabby in your code editors, if your favorite editor is not supported yet
|
|||
|
||||
* [VSCode Extension](https://github.com/TabbyML/tabby/tree/main/clients/vscode) – Install from the [marketplace](https://marketplace.visualstudio.com/items?itemName=TabbyML.vscode-tabby), or [open-vsx.org](https://open-vsx.org/extension/TabbyML/vscode-tabby)
|
||||
* [VIM Extension](https://github.com/TabbyML/tabby/tree/main/clients/vim)
|
||||
* [IntelliJ Platform Plugin](https://github.com/TabbyML/tabby/tree/main/clients/intellij) – Install from the [marketplace](https://plugins.jetbrains.com/plugin/22379-tabby)
|
||||
|
|
|
|||
Loading…
Reference in New Issue