Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hsz/jetbrains-plugins-explorer
IntelliJ Platform Explorer
https://github.com/hsz/jetbrains-plugins-explorer
android-studio android-studio-plugin appcode appcode-plugin intellij intellij-plugin jetbrains list phpstorm phpstorm-plugin pycharm pycharm-plugin webstorm webstorm-plugin
Last synced: 3 months ago
JSON representation
IntelliJ Platform Explorer
- Host: GitHub
- URL: https://github.com/hsz/jetbrains-plugins-explorer
- Owner: hsz
- Archived: true
- Created: 2017-02-23T18:33:10.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-12-17T09:42:39.000Z (about 4 years ago)
- Last Synced: 2024-09-21T10:02:11.788Z (3 months ago)
- Topics: android-studio, android-studio-plugin, appcode, appcode-plugin, intellij, intellij-plugin, jetbrains, list, phpstorm, phpstorm-plugin, pycharm, pycharm-plugin, webstorm, webstorm-plugin
- Homepage: https://plugins.jetbrains.com/intellij-platform-explorer
- Size: 8.47 MB
- Stars: 56
- Watchers: 8
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### History
This repository was a PoC project that was supposed to collect all the open-source, GitHub hosted projects of the plugins for the IntelliJ-based IDEs.
The first release was collecting the GitHub repositories' full list, download counters, and last update date.
![v1](v1.png)The second version collected all the data within the JSON file and contained a simple web application hosted as a GitHub Pages.
Applications allowed displaying and browsing a list of plugins with additional information about the Extension Points that the plugin implements.
On the top, there was also a search input available to limit the list to the plugins that implement selected EPs.
![v2](v2.png)The third version was a web application as well, entirely rewritten with the UI based on the JetBrains web components.
Unfortunately, these components are not publicly available, so it was impossible to build the application within the GitHub Actions.
![v3](v3.png)# IntelliJ Platform Explorer
![IntelliJ Platform Explorer](img.png)
All these ideas contributed to the final tool - [IntelliJ Platform Explorer](https://plugins.jetbrains.com/intellij-platform-explorer).
**IntelliJ Platform Explorer** is a web tool integrated within the Marketplace platform.
It helps IntelliJ Platform plugin developers examine implementations of the Extension Points available in public GitHub repositories.Check our [blog post](https://blog.jetbrains.com/platform/2020/12/intellij-platform-explorer-get-to-the-extension-point/) for more details.
Thanks!
Jakub