Autocomplete in Jdeveloper 10.1.3
I am moving from Eclipse to JDev 10.1.3 I cannot do how to use auto-complete for classes that are not imported. (In eclipse, the auto-completion where on the entire classes in the CLASSPATH)...
How to accomplish that?
Thanks!开发者_开发技巧
The classpath in JDeveloper is defined in the project properties->libraries Make sure to add your jars there if you want JDeveloper to find them and complete your code.
精彩评论