Editor/IDE that can open random java source file and provide intellisense -


is there free editor/ide open random java source file , provide intellisense features? eclipse common free editor/ide requires create project first.

you should not mix simple editors allow edit source files , full ide allow compile, run, test or debug full applications.

in first category, find emacs, vim or notepad++ syntax highlighting. in second, have eclipse or netbeans. latter able edit random java file, if file imports non standard (jdk) modules, ide have difficulties find them.


Comments

Popular posts from this blog

how to proxy from https to http with lighttpd -

android - Automated my builds -

python - Flask migration error -