Apache
Surround each line
Products:
IntelliJ IDEA,
Android Studio
Vendor:
Olivier Smedile
Email:
Website:
http://code.google.com/p/surrounder/
SourceCode: Surround_each_line_3359.zip
Description:
Apply a template to each lines selected (instead of the whole selection).
2 actions are available under the Code menu.
- Apply template to each line (default shortcut: shift ctrl alt J)
- Remove the last semicolon of lines (if any) and apply a template (default shortcut:shift alt J)
Example of template to use:
<li>$SELECTION$</li>
Remove semicolon is useful for templates like:
LOGGER.info("$SELECTION$="+$SELECTION$);
Current limitations:
- $END$ variable is ignored
Downloads: 1129
Rating:
Participated in rating: 0
Comments: No comments so far.