Skip to content

Commit

Permalink
fix mps, add list of supported IDEs
Browse files Browse the repository at this point in the history
  • Loading branch information
theCapypara committed Dec 11, 2024
1 parent 0b22723 commit aeafc08
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion generator/src/ides.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ impl IdeProduct {
IdeProduct::RustRover => "rust-rover",
IdeProduct::Aqua => "aqua",
IdeProduct::Writerside => "writerside",
IdeProduct::Mps => "MPS",
IdeProduct::Mps => "mps",
}
}
}
Expand Down

0 comments on commit aeafc08

Please sign in to comment.