1. What is the best free plugin for Eclipse that allows for formatting/indenting/cleanup of JSP code? stackoverflow.comI know that IntelliJ has an option to select all the code in a JSP file, right click, and select "format". This nicely formats all HTML, CSS, scriptlets and JSTL tags ... |
2. Code Formatter: cleaning up horribly formatted jsp code stackoverflow.comSo I am working on a jsp/servlet that came to me and I'm looking at the jsp file and it is just a jungle of jstl tags, java code and html ... |