0

I understand that Resharper's spell checker has a user dictionary which can be set in foo.sln.DotSettings and foo.sln.DotSettings.user. This allows you to add additional words so they won't be flagged as spelling errors.

I would like to do the opposite: remove a word from the dictionary. I want the word filename to be flagged as a spelling mistake, even though it is in the English dictionary, because the project standards mandate fileName.

I've tried adding it to the settings file as an explicit False

<s:Boolean x:Key="/Default/UserDictionary/Words/=filename/@EntryIndexedValue">False</s:Boolean>

but that doesn't do the trick. (When you add a word to the user dictionary it appears here but with True.)

Is it possible to make the spellchecker flag this word, without going so far as building a whole new English spelling dictionary?

3
  • Haven't tried it, but filename seems to be in the en_US_custom.dic used by R#. Since it's a plain text file you could try just removing it there. Commented Jul 30 at 16:10
  • Thanks, yes I could edit my Resharper installation, but I was hoping for some project-specific setting. Commented Jul 31 at 15:25
  • 1
    Unfortunately, ReSharper does not have this option yet. There is a feature request about it: youtrack.jetbrains.com/issue/RSRP-474416/…. Please vote for it. Commented Nov 25 at 17:11

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.