NetBeans中Java中用户定义的类的IntelliSense
我感到困惑,如何使Java中用户定义的类的智能意义。当我们将一个类的对象分为另一个类时,它为我提供了第一类的所有方法和属性,以及其他一些方法,例如对象类的ToString()。那么如何使第一堂课的智能意义?
I am confused that how to make intellisense of userdefined classes in java. When we make the object of one class into another, it gives me all the methods and attributes of the first class alongwith some other methods like toString() of object class. So how to make intellisense of the first class?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我尝试了许多项目的NetBeans,并且对于用户定义的类和方法,它具有相当不错的代码完成和Intellisense。
请关注 this 线程以启用Java。
如果问题仍然存在,那么您应该尝试删除NetBeans缓存,该缓存应位于 -
但首先创建备份。
之后,您可以尝试创建一个新项目来启动NB CACHE。
还有一个类似的 thread 但是语言是PHP,请尝试这些解决方案也是如此。
I have tried netbeans for many of my projects and it have quite good code completion and intellisense for user defined classes and methods also .
Follow this thread to enable it for java.
If the problem still persists then may be you should try to delete your NetBeans cache, which should be located in -
But create a backup first .
After this , you can try creating a new project to kickstart NB cache .
Also there is a similar thread but the language is php , try those solutions also.