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?
1 Answer
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 -
$HOME/.netbeans/$VERSION/var/cache/
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.