Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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:

datatip appearing when mouseover variable

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. :)

like image 645
Rick Wolff Avatar asked Nov 08 '22 14:11

Rick Wolff


1 Answers

That is Edit.QuickInfocommand which by default is set to CTRL+K, CTRL+I

like image 71
Jānis Avatar answered Apr 27 '23 22:04

Jānis