How to disable the annoying NetBeans auto-suggest while typing

情到浓时终转凉″ 提交于 2019-12-02 23:54:19

I finally found the solution for this annoying problem:

Simply go to Tools/Palette/Code Clips and remove everything from Palette (all folders and items).

Now the problem is gone!

Today I finally had enought of these * autocompletes in my * code.

Found my way thru Google to this question and found no comfort from the answers.

But this is how I did it:

  1. Open Code Clips -manager (Tools > Palette > Code Clips)

  1. Select all HTML-related and click "Remove"

  1. Profit

If you go into NetBeans > Tools > Options > Editor > Code Completion, you can check or uncheck "Auto Popup Completion Window" for whatever Languages you want.

If you move over to the Code Templates tab, you can also customize the specific autocomplete rules for each Language. That way, you can leave certain ones in that you find helpful and remove ones that you find bothersome.

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