Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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 ?

like image 352
Radu Murzea Avatar asked Feb 25 '12 17:02

Radu Murzea


1 Answers

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

like image 87
Hamed Avatar answered Nov 07 '22 16:11

Hamed