Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ReSharper Shift+Alt+L (go to open file) not working in 2015 with .resx?

I'm wondering if this is just my ReSharper setup, but as of updating to Visual Studio 2015 with ReSharper Ultimate 9.1.3, using the Shift+Alt+L shortcut while editing a .resx in the designer does nothing.

Has anybody else experienced this, and is there any config that will get this working or is it a bug?

Thanks

like image 360
unenthusiasticuser Avatar asked Aug 07 '15 08:08

unenthusiasticuser


2 Answers

This was caused (for me anyway) because my keyboard mapping had magically changed back to UK mapping from US (I want US).

The other day I had another issue that caused Resharper key mappings to go awry and followed some advice on another post (I can't find it at the moment) that want along the lines of:

  • Open Tools > Options > Keyboard and hit Reset
  • Open Resharper > Options > Keyboard & Menus, select "Visual Studio" and hit "Apply Scheme"

This should wrest control from Resharper back to Visual Studio and give Resharper the freedom it needs to wrest control back from VS.. ugh, but it worked

like image 68
Paul Carroll Avatar answered Oct 23 '22 12:10

Paul Carroll


Maybe have a look to Stackoverflow - How to locate a file in Solution Explorer in Visual Studio 2010?.

Tools (in Menu) -> Options -> Keyboard -> goto input Show commands containing and type SolutionExplorer.SyncWithActiveDocument. Goto Press Shortcut Keys and press Shift + Alt + L click on Assign button.

You may get a warning that the shortcut is already in use.

like image 32
KargWare Avatar answered Oct 23 '22 12:10

KargWare