Resharper shortcut for closing Find Usages window?
What's the Resharper shortcut for closing Find Usages o开发者_如何转开发r similar type of window?
Ctrl+Shift+F4 will close most recently used tab in any ReSharper toolwindow. Shift+Esc will close the toolwindow. Esc inside toolwindow will focus code editor.
I use Ctrl+F4.
Shift + Esc doesn't work for me even though "Options... Keyboard" "Window.CloseWindow" shows Shift + Esc. (VS 2013, R# 8.2)
Find Usages is a Tool Window like any other, so the shortcut to close it is Shift+Esc (or, if this doesn't appear to work, check what it says in VS Tools | Options...
, Keyboard
, Window.CloseToolWindow
).
THAT SAID I've always been slightly hazy on how to use the keyboard to get focus to / from Tool Windows - Ctrl+Tab works fine from a code window into a Tool Window, but doesn't always seem to work to get you out...
精彩评论