Radu Murzea
Radu Murzea

Reputation: 10920

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 ?

Upvotes: 7

Views: 3053

Answers (1)

Hamed
Hamed

Reputation: 1432

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

Upvotes: 11

Related Questions