Reporter | Joshua McKinney (joshka) |
---|---|
Created | Apr 17, 2012 10:10:45 AM |
Updated | Apr 28, 2012 1:21:33 PM |
Priority | Normal |
Type | Feature |
Fix versions | No Fix versions |
State | Submitted |
Assignee | Alexander Nesterenko (alexn) |
Subsystem | Localization |
Affected versions | No Affected versions |
Fixed in build | No Fixed in build |
It would be nice if navigation understood resources defined in resource (resx) files, and allowed the user to navigate to the designer view rather than the xml view.
Create a console app
Add a resource file
Create a string property (e.g. String1)
Reference the string property in a method (e.g. Console.WriteLine(Resources.String1))
Position cursor over String1 and hit Alt+`
Expected: navigation to Implementation / Declaration should be able to open the resource file in the editor rather than the resx xml file.
Create a console app
Add a resource file
Create a string property (e.g. String1)
Reference the string property in a method (e.g. Console.WriteLine(Resources.String1))
Position cursor over String1 and hit Alt+`
Expected: navigation to Implementation / Declaration should be able to open the resource file in the editor rather than the resx xml file.