8

I'm not able to see the resharper pop-ups for Ctrl+N, Ctrl+Shift+N and other similar commands but other resharper shortcuts work fine - rename, stack explorer, run unit tests etc...

Using Resharper 5.0 beta. Tried uninstalling and re-installing as well, Any help would be appreciated.

Thanks!

Edit: Forgot to add that I can see the popups when there are no tabs (no file), but I don't see it when there's at least 1 file (or tab) open in VS.

jezrael
  • 822,522
  • 95
  • 1,334
  • 1,252
imaverick
  • 81
  • 1
  • 3

5 Answers5

8

Well... in my case while using ReShaper 8.2 I had to click RESHARPER menu in Visual Studio then select Options... in Keyboard & Menus => Keyboard Shortcuts select ReSharper 2.x or IntelliJ IDEA. Click Apply Scheme then Save. It did it for me.

I had Visual Studio selected in Keyboard Shortcuts.

Ctrl+N Go to Everything/Type now works beautifully and I can start typing to get a filtered list of matching files. Sweet! :)

enter image description here

Leniel Maccaferri
  • 100,159
  • 46
  • 371
  • 480
3
  1. Tools > Options > Environment > Keyboard > Reset
  2. Resharper > Options > Keyboard & Menus, select Resharper 2.x or IntelliJ IDEA and then press Apply Scheme
Marco Lackovic
  • 6,077
  • 7
  • 55
  • 56
1

try to reset key bindings - it works for me. here is how to do that

Sergey Mirvoda
  • 3,209
  • 2
  • 26
  • 30
0

Just pick the ReSharper 2.x or IntelliJ keyboard and shortcut settings and you'll be fine.

Santona
  • 31
  • 2
0

Configuring the shortcut manually worked for me. (Vs 2018)

Visual studio > Options >Environment >Keyboard. Type Resharper.Resharper_GotoType on the command filter box and select the comand. Add your preferred shortcuts (in my case Ctrl+N) and click assign button. then Ok.

codein
  • 317
  • 2
  • 12