Search code examples
javanetbeansjavadoc

How to disable javadoc spell checker in NetBeans


I'm used to writing javadoc-style comments for all the public fields and methods in my programs. NetBeans has this annoying habbit of checking how I spell everything in these comments. If it finds a word that it "thinks" it's not ok, it underlines it. I hate it and I want it gone. But I can't find any option to disable it.

Does anyone know any way of doing this ?


Solution

  • Simple google search returned this

    For NetBeans to really understand that you don't want spellchecker, do the following: Go to

    Tools -> Plugins -> Installed tab -> select the spellchecker plugin -> press Deactivate -> restart NetBeans