Visual Studio 2010:如何重新映射 F2 来重命名文件而不是打开对象浏览器
在 Visual Studio 2010 解决方案资源管理器树视图中,如何重新映射 F2 键以重命名所选文件而不是打开对象浏览器?
In Visual Studio 2010 Solution Explorer tree view, how can I remap the F2 key to Rename the Selected File rather than open Object Browser?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
执行以下
Do the following
要使用 F2 键启用标识符或方法等的重命名(即变量或方法名称),请执行以下操作:
To enable the renaming of an identifier or method, etc. using the F2 key (i.e a variable or a method name), do the following:
我不知道你怎么想,但在我的 VS2010 副本中,解决方案资源管理器中的 F2 确实会重命名该文件。当您点击F2时,您究竟选择了什么?
I don't know about you, but in my copy of VS2010, F2 in the Solution Explorer DOES rename the file. What exactly do you have selected when you hit F2?