0

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
  • Any class you define in Java automatically inherits the Object class. This is why your class has methods such as toString(). Commented Jun 28, 2022 at 21:00

1 Answer 1

0

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.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.