Limit Spellchecker
Hello,
is here any way to limit the spellchecker? I just get distracted by having my variable names partly underlined due to misspelled names (which is on purpose ). Maybe the spellchecker could be limitied to just check RDoc, I18 files and strings.
BTW: I just found out that it can be disabled completly via the "Configure Inspections" which I'll do now.
Regards,
Andreas
Please sign in to leave a comment.
+1.
Better yet, a way to turn it off completely, or just check a section of text on-demand.
Oops, I missed the last part of the above post.
Hello Andreas,
Spellchecker's main point is to protect you from typos in your code. It may complain on some of Rails core methods, but we'll definitely will have Rails core files indexed before final release.
As for now you can accept words as correct using Alt+Enter | Accept as correct intention.
Regards,
Oleg