Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/beansoft/intellij-ide-helper-plugin
IDE Helper plugin for JetBrains IDE
https://github.com/beansoft/intellij-ide-helper-plugin
Last synced: 3 days ago
JSON representation
IDE Helper plugin for JetBrains IDE
- Host: GitHub
- URL: https://github.com/beansoft/intellij-ide-helper-plugin
- Owner: beansoft
- Created: 2023-05-04T07:40:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-28T08:06:14.000Z (6 months ago)
- Last Synced: 2024-05-28T19:36:52.602Z (6 months ago)
- Language: Kotlin
- Size: 81.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IDE Helper plugin for JetBrains IDE
A simple plugin for JetBrains IDE that only displays some configuration file paths.
## Build and Run
Create a JDK 17 as SDK in the project structure.Using IDEA(either Community or Ultimate version) to open the project,
then click the `Build Plugin` run configuration to build the plugin,
click the `Run Plugin` run configuration.Before submit to the JetBrains Marketplace, better run `Run Verifications` locally first.
## Usage
There will be an IDE Helper tool window once a project is opened.## TODO
- Fix icons issue for new UI according to https://plugins.jetbrains.com/docs/intellij/work-with-icons-and-images.html#mapping-new-ui-icons
- Display detailed configuration file list(with clickable links), some codes with taken from the open sourced https://github.com/beansoft/react-native-console# IDE Helper plugin for JetBrains IDE
A simple plugin for JetBrains IDE that only displays some configuration file paths.
Useful when working under JetBrains Client.## Build and Run
Create a JDK 17 as SDK in the project structure.Using IDEA(either Community or Ultimate version) to open the project,
then click the `Build Plugin` run configuration to build the plugin,
click the `Run Plugin` run configuration.Before submit to the JetBrains Marketplace, better run `Run Verifications` locally first.
## Usage
There will be an IDE Helper tool window once a project is opened.## TODO
- Fix icons issue for new UI according to https://plugins.jetbrains.com/docs/intellij/work-with-icons-and-images.html#mapping-new-ui-icons
- Display detailed configuration file list(with clickable links), some codes with taken from the open sourced https://github.com/beansoft/react-native-console## Thanks
https://github.com/JetBrains/IntelliJ-Log-Analyzer