imaverick
imaverick

Reputation: 81

Unable to see resharper pop-ups for Ctrl-N and other similar commands

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.

Upvotes: 8

Views: 4176

Answers (5)

codein
codein

Reputation: 317

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.

Upvotes: 0

Marco Lackovic
Marco Lackovic

Reputation: 6487

  1. Tools > Options > Environment > Keyboard > Reset
  2. Resharper > Options > Keyboard & Menus, select Resharper 2.x or IntelliJ IDEA and then press Apply Scheme

Upvotes: 3

Santona
Santona

Reputation: 31

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

Upvotes: 0

Leniel Maccaferri
Leniel Maccaferri

Reputation: 102408

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

Upvotes: 9

Sergey Mirvoda
Sergey Mirvoda

Reputation: 3239

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

Upvotes: 1

Related Questions