Reputation: 81
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
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
Reputation: 6487
Upvotes: 3
Reputation: 31
Just pick the ReSharper 2.x or IntelliJ keyboard and shortcut settings and you'll be fine.
Upvotes: 0
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! :)
Upvotes: 9
Reputation: 3239
try to reset key bindings - it works for me. here is how to do that
Upvotes: 1