fix mps, add list of supported IDEs
This commit is contained in:
parent
0b2272311f
commit
aeafc08f95
10 changed files with 20 additions and 1 deletions
19
README.md
19
README.md
|
|
@ -14,6 +14,25 @@ You can find the plugin IDs at the bottom of Marketplace pages.
|
||||||
|
|
||||||
The plugin list is only updated for IDEs from the current and previous year, for other IDEs the list may be stale.
|
The plugin list is only updated for IDEs from the current and previous year, for other IDEs the list may be stale.
|
||||||
|
|
||||||
|
Supported IDEs:
|
||||||
|
- IntelliJ Ultimate (`jetbrains.idea-ultimate`)
|
||||||
|
- IntelliJ Community (`jetbrains.idea-community`)
|
||||||
|
- PhpStorm (`jetbrains.phpstorm`)
|
||||||
|
- WebStorm (`jetbrains.webstorm`)
|
||||||
|
- PyCharm Professional (`jetbrains.pycharm-professional`)
|
||||||
|
- PyCharm Community (`jetbrains.pycharm-community`)
|
||||||
|
- RubyMine (`jetbrains.ruby-mine`)
|
||||||
|
- CLion (`jetbrains.clion`)
|
||||||
|
- GoLand (`jetbrains.goland`)
|
||||||
|
- DataGrip (`jetbrains.datagrip`)
|
||||||
|
- DataSpell (`jetbrains.dataspell`)
|
||||||
|
- Rider (`jetbrains.rider`)
|
||||||
|
- Android Studio (`android-studio`)
|
||||||
|
- RustRover (`jetbrains.rust-rover`)
|
||||||
|
- Aqua (`jetbrains.aqua`)
|
||||||
|
- Writerside (`jetbrains.writerside`)
|
||||||
|
- Mps (`jetbrains.mps`)
|
||||||
|
|
||||||
## How to setup
|
## How to setup
|
||||||
|
|
||||||
### With Flakes
|
### With Flakes
|
||||||
|
|
|
||||||
|
|
@ -91,7 +91,7 @@ impl IdeProduct {
|
||||||
IdeProduct::RustRover => "rust-rover",
|
IdeProduct::RustRover => "rust-rover",
|
||||||
IdeProduct::Aqua => "aqua",
|
IdeProduct::Aqua => "aqua",
|
||||||
IdeProduct::Writerside => "writerside",
|
IdeProduct::Writerside => "writerside",
|
||||||
IdeProduct::Mps => "MPS",
|
IdeProduct::Mps => "mps",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue