Netbeans 7.3 - javascript autocomplete options

Since upgrading to netbeans 7.3, I have had a problem where netbeans does not automatically provide me with parameter names.

For instance,

In the autocomplete popup I will see "methodA (param1, param2) xxx.js". But as soon as I click on it or press enter, it will only populate method A (). Ctrl + P doesn't give me a list of options.

It is very annoying that I need to find the whole list of options. Is there any way to overcome this?

+5
source share
3 answers

According to this, the doc netbeans has already fixed it, I think you should upgrade to 7.3.1 from the main page and it will work again.

, , .

GoodLuck!

+1

- cntrl + space

0

By default, autocompletion is disabled for javascript variables, go to settings> Editor> code completion> Javascript> and select all possible situations. This was my problem, at least :)

0
source

All Articles