Ctrl+click resource reference jumps to resource file key
How about when ctrl+clicking on a resource reference in a code file, VS opens that resource file and goes straight to the key/value?
So, in my code behind file I have this...
dt.Columns(0).ColumnName = Me.GetLocalResourceObject("04").ToString
If I click on ("04"), it would be superb to have VS locate the RESX file and find the row. For large projects, it is a slow process to first find the resource file, then locate the row, especially if not using numeric naming conventions for the keys!
1
vote