Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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