Jdeveloper 10.1.3 中的自动完成
我将从 Eclipse 迁移到 JDev 10.1.3 我无法对未导入的类使用自动完成功能。 (在 Eclipse 中,自动完成位于 CLASSPATH 中的整个类上)...
如何实现这一点?
谢谢!
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!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
JDeveloper中的类路径是在项目属性->库中定义的
如果您希望 JDeveloper 找到它们并完成您的代码,请确保将您的 jar 添加到此处。
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.