Version 1.3.0
- Added option to add class/library dependencies to templates rules. For instance
"".val
expands now toval s = "";
if Lombok is available, or tofinal String s = "";
if Lombok is not available.
- Added 16 templates for IDEA developers to the predefined templates.
- Fixed #43: Could not use $ in default values of template variables.