Since upgrading to netbeans 7.3, I got into a problem where netbeans does not automatically provide me the parameter names.
For example,
In the autocomplete pop-up, I will see a "methodA(param1,param2) xxx.js". But once I click on it or press enter, it will only fill in methodA(). Ctrl+ P does not give me the parameter list either.
This is very annoying that I have to go find out the entire parameter list. IS there any way to overcome this?