Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse - spell checking inside String Quotes ""

When using Eclipse spell check inside comments is enabled, but when entering for example :

String myString =  "why isnt this getttting cheackedd";

Eclipse isn't checking spelling inside quotes,

is there a option to set this enable ? or do i have to download a plugin for this matter ?

thanks

like image 900
Nimrod007 Avatar asked Jul 14 '13 08:07

Nimrod007


People also ask

How do I enable spell check in Eclipse?

I misspell words fairly often. Show activity on this post. Eclipse has a built-in Spell Checker. Go to Window > Preferences > General > Editors > Text Editors > Spelling to enable it. Show activity on this post.

How to add a spell checker to a zip file?

Go to Window > Preferences > General > Editors > Text Editors > Spelling to enable it. Show activity on this post. I have found a spell checker and proved it (with your example), and it seems to work. Do the following steps: Call Help > Install New Software > Add... > Archive... Insert the path and file name of the zip file.

Is there a spell checker for spllmstake?

Ensure that Check Names is selected. In your example, the word spllmstake is marked as wrong, as is spellmistake. spellMistake (like two words) works well. Show activity on this post. I have founded spell checker from eclipse marketplace.


1 Answers

You need to disable

"Ignore Java String literals" under eclipse

Preferences->General->Editors->Text Editors->Spelling.

enter image description here

like image 197
Juned Ahsan Avatar answered Oct 08 '22 00:10

Juned Ahsan