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?
source
share