Computer Science Canada Java IDE with code completion |
Author: | Naveg [ Wed Jan 19, 2005 11:42 pm ] |
Post subject: | Java IDE with code completion |
looking for a free, simple, easy to use IDE with code completion....any suggestions? |
Author: | wtd [ Wed Jan 19, 2005 11:45 pm ] |
Post subject: | |
Don't know about code completion, bt there's always Eclipse. |
Author: | rizzix [ Thu Jan 20, 2005 8:24 am ] |
Post subject: | |
eclipse has code completion |
Author: | Andy [ Thu Jan 20, 2005 5:04 pm ] |
Post subject: | |
jcreator pro has code completion. but thats not free |
Author: | Naveg [ Thu Jan 20, 2005 6:19 pm ] |
Post subject: | |
is there a way to get these to make just a java and class file rather than forcing you to make all these unnecessary "project" files and folders? |
Author: | rizzix [ Thu Jan 20, 2005 6:25 pm ] |
Post subject: | |
no. that is why you use editors vs IDE's.. jcreator pro/lite is very much like an editor.. then there's always the powerful jedit. its a mighty editor. (but it has one drawback,,, the antialiasing is not pretty.. but not bad either... just wierd) |
Author: | Naveg [ Thu Jan 20, 2005 6:26 pm ] |
Post subject: | |
ah i see. Well then, let me rephrase my question. Are there any editors available that feature code completion? |
Author: | rizzix [ Thu Jan 20, 2005 6:27 pm ] |
Post subject: | |
jeez www.jedit.org (free) EDIT: you require a plugin (which u download through the app it self) for code-completion. it does a fairly ok job. i prefer eclipse though. |