Visual Studio 中代码重构(var 重命名)的键盘快捷键
在 Visual Studio(我使用 2010)中重命名变量时,它会显示一个小标记,单击该标记后,会出现一个下拉菜单,可用于重命名所有依赖引用。
我想做的就是不用鼠标点击它来显示下拉菜单。
我想知道是否有办法通过键盘访问它。
When renaming a variable in Visual Studio (I use 2010), it shows a little mark that when clicked, leads to a drop-down that offers to rename all the dependant references.
What I want to do, is spare getting the mouse and click it in order to show the drop-down.
I was wondering if there is a way to access it via the keyboard.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我相信快捷方式是
Ctrl + .
[dot] :)I believe that shortcut is
Ctrl + .
[dot] :)如果您想分配自己的快捷方式,请转到“工具”|“选项|环境 |键盘,然后在“显示包含的命令”字段中输入文本 View.ShowSmartTag
If you wish to assign your own shortcut, go to Tools | Options | Environment | Keyboard, then in the "Show commands containing" field, enter the text View.ShowSmartTag