EWSoftware / VSSpellChecker

A Visual Studio spell checker editor extension that checks the spelling of comments, strings, and plain text as you type. Supports configuration and various languages.
Other
377 stars 65 forks source link

Spell checker doesn't understand the double apostrophe escape character for SQL string #169

Closed paulhickman-a365 closed 6 years ago

paulhickman-a365 commented 6 years ago

In SQL a double ' is used to escape a single ' in strings - e.g. 'That''s entertainment'

The spell-checker reports this double apostrophe as a spelling error.