vote up 6 vote down star
5

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?

flag

3 Answers

vote up 1 vote down

I found this one on eclipse plugin central.

Looks like an all in one kind of formatter. I haven't tried it myself but it might be what you are looking for

NXFormat

link|flag
Looks good, but not free – ChrisTek Oct 27 '08 at 15:26
vote up 2 vote down

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)

link|flag
The formatter in the WTP usually works pretty poorly for me - and I don't think there is any way to configure it like the regular Java formatter. – matt b Oct 27 '08 at 14:53
yah, the formatter in WTP has broken pages on me numerous times. – Gopherkhan Feb 12 at 19:59
vote up 0 vote down

Aptana is pretty awesome. I'm pretty sure it has formatting built in.

link|flag
Unfortunately Aptana does not format the JSP code. – ChrisTek Nov 28 '08 at 16:17

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.