VSSpellChecker
VSSpellChecker copied to clipboard
The code analyzer can only correct the spelling of the last part of a namespace
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.