fix mps, add list of supported IDEs

This commit is contained in:
Marco "Capypara" Köpcke 2024-12-11 10:00:14 +01:00
commit aeafc08f95
No known key found for this signature in database
GPG key ID: 08131EE895D53BDB
10 changed files with 20 additions and 1 deletions

View file

@ -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.
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
### With Flakes

View file

@ -91,7 +91,7 @@ impl IdeProduct {
IdeProduct::RustRover => "rust-rover",
IdeProduct::Aqua => "aqua",
IdeProduct::Writerside => "writerside",
IdeProduct::Mps => "MPS",
IdeProduct::Mps => "mps",
}
}
}