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

eclipse, intellij-idea, java, jsp

Solution

With the Web Tool Plateform plateform (on eclipse.org website), this is very simple : in the JSP editor tab, right click->source->format (or Shift+Ctrl+F)

Problem

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 in a JSP file. Can Eclipse do this? If not, what is the best free Eclipse plugin that does the same?

Original source