An idea plugin that can transform provided input files to the following output file formats:
- json to yaml
- json to xml
- xml to json
- properties to yaml
- properties to xml
- yaml to properties
- yaml to json
For transform a file to another format use the context menu from the file in the Project View
-
Using IDE built-in plugin system:
Settings/Preferences > Plugins > Marketplace > Search for "file-format-transformer" > Install Plugin
-
Manually:
Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...
Plugin based on the IntelliJ Platform Plugin Template.