用于关闭“查找用法”窗口的 Resharper 快捷方式?
用于关闭“查找用法”或类似类型窗口的 Resharper 快捷方式是什么?
What's the Resharper shortcut for closing Find Usages or similar type of window?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
Ctrl+Shift+F4 将关闭任何 ReSharper 工具窗口中最近使用的选项卡。 Shift+Esc 将关闭工具窗口。工具窗口内的 Esc 将聚焦代码编辑器。
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.
我使用Ctrl+F4。
即使“选项...键盘”“Window.CloseWindow”显示 Shift + Esc,Shift + Esc 对我不起作用。 (对比 2013,R# 8.2)
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)
查找用法是一个与其他工具窗口一样的工具窗口,因此关闭它的快捷方式是 Shift+Esc (或者,如果这似乎不起作用,请检查它的内容在 VS
工具 | 选项...
、键盘
、Window.CloseToolWindow
)。这就是说,我一直对如何使用键盘从工具窗口获取焦点 - Ctrl+Tab 工作得很好从代码窗口进入工具窗口,但似乎并不总是能让你退出......
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...