简体   繁体   English

Visual Studio 2013中是否有快捷方式显示所选元素的定义弹出窗口?

[英]Is there a shortcut in Visual Studio 2013 that shows the definition pop up of the selected element?

The pop up appears when you hover over an element: 将鼠标悬停在某个元素上时,将显示弹出窗口:

定义弹出

Is there a equivalent keyboard shortcut for this? 是否有与此等效的键盘快捷键? (In Eclipse there is, it's F2). (在Eclipse中为F2)。

It is called Quick Info shortcut is Control + K + I . 所谓的快速信息快捷方式是Control + K + I

From visual studio menu: Edit->Intellisense->Quick info 在Visual Studio菜单中:编辑->智能感知->快速信息

Try (Control + K) + (Control + L) . 尝试(Control + K) + (Control + L)

It won't give a pop-up but, will highlight the description. 它不会弹出,但会突出显示说明。

在VS2013 Ultimate上,先按Ctrl + k再按Ctrl + i可以正常工作

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Visual Studio 2013中的“在Blend中打开”的快捷方式在哪里? - Where is the shortcut “Open in Blend” in Visual Studio 2013? 导航到Visual Studio 2013中代理“后面”的定义 - Navigate to definition “behind” a proxy in Visual Studio 2013 vsvim代码在Visual Studio 2013中展开/折叠或折叠/展开快捷方式 - vsvim code expand/collapse or fold/unfold shortcut in visual studio 2013 在Visual Studio 2013中填充构造函数变量的快捷方式是什么? - what is the shortcut to populate constructor variables in Visual Studio 2013? 在Visual Studio 2013中打开MSDN页面的快捷方式是什么 - What is the shortcut for opening MSDN page in Visual Studio 2013 Visual Studio 2013,通过快捷方式分离运行一个测试 - Visual Studio 2013, run one test separated via shortcut 用于获取参数信息/定义的 Visual Studio 键盘快捷方式 - Visual Studio keyboard shortcut to get parameter info/definition 设置要在Visual Studio 2013中发布的项目 - Setting up a project for release in visual studio 2013 如何添加隐藏和显示 Visual Studio 应用程序的快捷方式? - How to add a shortcut that hides and shows a Visual Studio Application? Intellisense显示错误,无法“定义”(Visual Studio 2013) - Intellisense showing false errors, cannot “go to definition” (Visual Studio 2013)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM