dotnet / dotnet/project-system
Support IRefactorNotify fully for resource files
Open
Feature-Resource-Designer
Feature-Resource-Explorer
Triage-Approved
- Dominant language
- C#
- Stars
- 1k
- Forks
- 415
- PR merge metrics
- No merged PRs in 30d
Description
At the moment the resource file editor explicitly denies supporting IRefactorNotify unless the refactoring originates from the editor itself:
https://github.com/dotnet/project-system/blob/master/src/Microsoft.VisualStudio.Editors/ResourceEditor/ResourceEditorRefactorNotify.vb#L66
There is probably no good reason for this, and we should allow renaming a resource from a rename operation in a source file too.
Contributor guide
Assessment
This issue has not been assessed yet.