dotnet / project-system

The .NET Project System for Visual Studio
MIT License
967 stars 386 forks source link

Rename the legacy "Managed Resource Editor" editor factory #9468

Closed drewnoakes closed 3 months ago

drewnoakes commented 4 months ago

When a user right-clicks a .resx file in Solution Explorer and selects "Open With..." they are presented with a list of editor factories.

With the forthcoming introduction of the Resource Explorer, users are now presented with (among other options):

The second is the legacy experience. This change appends a "(Legacy)" to the name of the editor to help differentiate between the two, and to help users find the improved editor.


This is the UI that will be updated by this change:

image

Microsoft Reviewers: Open in CodeFlow