Netbeans - Turn off - wavy red underlines - How?

后端 未结 2 1889
北海茫月
北海茫月 2021-01-05 06:23

How can I turn off the wavy red underlines in Netbeans? I don\'t want to be interrupted while I\'m typing, and told that a half finished line of code is wrong.

2条回答
  •  长发绾君心
    2021-01-05 06:59

    This has actually already been addressed and illustrated in Arnold's answer to NetBeans. Disable error checking underline (+1); select Tools -> Options -> Fonts & Colors -> Syntax -> Category Error and adjust the font effects (or any other style) to your liking:

    enter image description here

    I've confirmed it to still work like so - please note that new settings won't have any effect until you trigger an editor update, e.g. by typing a letter.

    Unfortunately this doesn't seem to help with performance in any immediately observable way (though removing font effects like this indeed used to speed up things in the olden days).

提交回复
热议问题