IntelliJ Idea plugin to minify and make pretty json or xml data structure
Requirements:
- Java 11
- IntelliJ Idea 2019+ (IC, IU)
Plugin screenshot:
Linux:
- Open terminal
- Move to plugin project source directory
- Execute gradle task
./gradlew buildPlugin
- Build plugin
- Run IntelliJ Idea
- Click
File
menu - Choose
Settings..
at submenu - Choose
Plugins
at Settings window - Click on the gear icon at plugins window
- Choose
Install Plugin from Disk...
- Find built plugin at disk (File's plugin name looks like
handy toolbox-1.0.0.zip
) - Choose file and click Ok at Choose plugin file window
- Click
Restart IDE
beside handy toolbox plugin name
- Left pane is input one.
- Right pane is output one.
- Action buttons are placed between pane. Each button perform operation on input pane content and place result to output pane.
- Service action buttons are placed above each pane. Each button works only with pane below it.
- Choose required tool at tool window header
- Paste or print data structure to input pane
- Click on required action button.
- Text size is restricted by 20 mb.