cleanup « Format « JSP-Servlet Q&A





1. What is the best free plugin for Eclipse that allows for formatting/indenting/cleanup of JSP code?    stackoverflow.com

I 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.com

So 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 ...