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

The code analyzer can only correct the spelling of the last part of a namespace #276

Open EWSoftware opened 1 year ago

EWSoftware commented 1 year ago

The code analyzer is only able to correct the spelling on single part namespaces (e.g., namespace SinglePartNamespace) or the last part of multi-part namespaces (e.g., namespace FirstPart.MiddlePart.LastPart). For parts prior to the last part, allowing it to correct the misspelling will always apply the change to the last part of the namespace, not the actual misspelled part.

This appears to be a limitation with symbol renaming and I was unable to find a workaround. If anybody knows more about how this could be made to work, I would appreciate the help as I haven't been able to figure out a solution.