简体   繁体   中英

netbeans 7.3 - javascript autocomplete parameters

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?

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

Also, i suggest to report the bug to them, might help for further users.

GoodLuck!

找到该函数的快捷方式是cntrl + space

默认情况下,对javascript变量禁用自动完成功能,转到首选项>编辑器>代码完成> Javascript>并选择所有可能的情况这至少是我的问题:)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM