9

I looked around and found things that addressed related issues, but not what I'm looking for specifically.

I'm using Netbeans which has really grown on me, but when I go to use a function, the "intellisense" hints pop up correctly, but as soon as I go to type in the arguments, the code hint that shows the function signature and its parameters disappear.

This hurts my productivity because I don't have the signatures memorized, and I always end up having to reference it as I'm typing it up.

Is this normal for Netbeans or is there some way I can make it so the function hints stay until I close the parenthesis for the function signature?

Update: I just found Ctrl + P will show the parameter methods, is there some way to have that automatically show instead of constantly typing Ctrl + P?

4
  • 1
    In my NetBeans 7.3 if there is only the opening bracket for example substr( and than start writing the parameters are shown. Commented Mar 27, 2013 at 12:23
  • 2
    @DavidTorrey I use Ctrl + Space on the function name to bring up the intellisense window Commented Mar 27, 2013 at 12:30
  • i have brackets as auto-closing so i guess i'll have to turn that off and see if it works Commented Mar 27, 2013 at 12:42
  • thanks. sorta works. still doesn't pop up until i start typing in a parameter but it at least shows now. appreciate it. Commented Mar 27, 2013 at 12:48

2 Answers 2

6

Inside function parentheses, type Ctrl + P and the parameters hint will appear (NetBeans Menu Bar -> Source -> Show Method Parameters).

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

2 Comments

This is exactly what I needed. Not sure why someone rated it down. Tnks!
rated down? why? bizarre. this is the correct answer.
5

Apparently turning off auto-bracket closing will allow intellisense and code hints to appear correctly.

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.