1

One of my colleagues likes to spell Json in identifiers as JSon.

How can I make Resharper to detect that JSon is an incorrect abbreviation and to suggest valid spelling?

Ilya
  • 21,871
  • 8
  • 73
  • 92

1 Answers1

0

You can try this ReSharper plug-in https://resharper-plugins.jetbrains.com/packages/ReSpeller/

Ivan Doroshenko
  • 944
  • 7
  • 13
  • This plug-in by default threats `Json` as incorrect word and suggests to replace it with "Jason", "Son" or "Jon". Anyway, the plug-in doesn't prevent me from entering `JSon` – Ilya Sep 26 '14 at 10:19