How to disable the annoying NetBeans auto-suggest while typing

前端 未结 3 2023
忘了有多久
忘了有多久 2021-02-02 09:11

When I am typing in NetBeans 8.2, whether it is a HTML paragraph or something like an input field, this annoying auto-suggest feature keeps on popping up. It is really annoying

相关标签:
3条回答
  • 2021-02-02 09:40

    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
    0 讨论(0)
  • 2021-02-02 09:40

    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.

    0 讨论(0)
  • 2021-02-02 09:59

    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!

    0 讨论(0)
提交回复
热议问题