OSDN Git Service

Initial release
[ii-lp-script/ii-lp-script.git] / README.md
1 # IntelliJ IDEA LivePlugin Plugin collection
2
3 Plugins written in [Groovy](http://groovy-lang.org/) script for [IntelliJ IDEA](http://jetbrains.com/idea/) based IDE's that can be enhanced through [LivePlugin](https://github.com/dkandalov/live-plugin) plugin connector.
4
5 * [Move Caret to Word End](https://osdn.jp/projects/ii-lp-script/scm/git/ii-lp-script/tree/master/Move%20Caret%20To%20Word%20End/) -- Moves all carets to the closes word end.
6 * [PrettyPrint JSON](https://osdn.jp/projects/ii-lp-script/scm/git/ii-lp-script/tree/master/PrettyPrint%20JSON/) -- Formats the current selection as prettified JSON.