diff --git a/clients/intellij/README.md b/clients/intellij/README.md new file mode 100644 index 0000000..a608d2e --- /dev/null +++ b/clients/intellij/README.md @@ -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. \ No newline at end of file diff --git a/website/docs/getting-started.md b/website/docs/getting-started.md index dfa1af3..2396303 100644 --- a/website/docs/getting-started.md +++ b/website/docs/getting-started.md @@ -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)