Are there any free text editors for java that have code completion? and possibly syntax correction (e.g. if i dont use a capital letter where it is needed the editor will correct it)?
Printable View
Are there any free text editors for java that have code completion? and possibly syntax correction (e.g. if i dont use a capital letter where it is needed the editor will correct it)?
Code completion is in many: Eclipse, NetBeans, even jEdit with the correct plug-ins. I don't know if any of these correct capitalization, though.
I'm relatively sure Eclipse 3.1 does all that you need.
JCreator Pro has code completion also I think... Don't know about capitalization.