Search code examples
javaideauto-indent

Lightweight Java IDE that Maintains Indentation?


Whenever I am debugging a java program, I have to have the code indented! And I hate to manually indent code one by one (using Tab).

I would really like a lightweight Java IDE that automatically indents ALL your code at a push of a button.

A good example is "Ready To Program" Java IDE, but the downside to this IDE is that it is not compatible with JDK 1.5+

Are there any suggestions on such a Java IDE?


Solution

  • IntellJ IDEA and Eclipse come to my mind.

    I wouldn't call Eclipse light weight though.