Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
EWSoftware opened this issue May 8, 2023 · 0 comments

Comments

@EWSoftware
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant