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

[Feature request] Check spelling on names of methods, variables and objects #260

Closed HeinPauwelyn closed 2 years ago

HeinPauwelyn commented 2 years ago

Like the extension for Visual Studio code does. See below:

image

It would be useful for people with dyslexie to check the spelling on variables, methods, objects, etc. for several languages.

EWSoftware commented 2 years ago

It requires a code analyzer. See #111.