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

0
Avatar
Permanently deleted user

+1.

Better yet, a way to turn it off completely, or just check a section of text on-demand.

0
Avatar
Permanently deleted user

Oops, I missed the last part of the above post.

0
Avatar
Permanently deleted user

Hello Andreas,

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.

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

0

请先登录再写评论。