How do you turn off method autocompletion on open parenthesis in NetBeans 7.0?

南楼画角 提交于 2019-12-01 19:00:34

I cannot reproduce you problem in NetBeans 7.1.2. Maybe I'm not typing fast enough...

Take a look at the Options to switch off some of the code completion options: Tools->Options, select the Editor section, then the Code Completion tab.

A.S. This is a comment but I don't have the rep.

I definitely experience this issue, and similar ones in other IDEs like Eclipse or Qt Creator - though I can't always be bothered figuring out how they happened. For example in Qt Creator I type:

size_t len = array.size();

and it becomes

size_t len = array.size(;)

because it didn't recognize quickly enough that I wanted to type over the closing ')'.

It is even more annoying when the editor doesn't allow overwriting or tab-jumping those braces as you have to press Right arrow.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!