给我 Visual Studio 2008 IDE 的快捷方式
在 Eclipse 中,F3 或 Ctrl+鼠标,特别是在(函数、类、接口、变量)名称上单击 打开相应的(函数、类、接口、变量)。 但在 Visual Studio 中,仅使用 F12 打开相同的类方法定义。
Eclipse的F3/ctrl+click对应的快捷键是什么
In eclipse, F3 or Ctrl+mouseClick in particular on a (function, class, interface, variable) name
opens the corresponding (function, class, interface, variable).
but in visual studio only a same class method definition opens using F12.
What is the corresponding shortcut to Eclipse's F3 / ctrl+click
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
F12 是转到定义。 无论光标是否位于方法、类型或字段上,它都应该起作用。
F12 is Go To Definition. It should work regardless of whether the cursor is on a method, type, or field.