简体   繁体   中英

In Visual Studio, is there a keyboard shortcut to show the DataTip (that floating watch that appears on mouseover) in code editor window?

In Visual Studio, DataTip is the floating watch that appears when you hover your mouse over a variable and it shows its value:

mouseover变量时出现datatip

Is there a way to do it from the keyboard instead of the mouse?

PS.: I now about the QuickWatch window ( Shift + F9 ). I want a quicker watch than that. :)

I am using a visual studio extension (RevDeBug) to achieve the desired result. It has an option to display the value over the variables. You can find it here 这个怎么运作

这是Edit.QuickInfo命令,默认情况下设置为CTRL+K, CTRL+I

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM