Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a keyboard shortcut to view the meaning of a squiggly line in Visual Studio?

It'll be nice if I could view the meaning of a squiggly line without doing a mouse hover.

like image 700
blizpasta Avatar asked Jun 10 '11 01:06

blizpasta


People also ask

What is Ctrl F7 in Visual Studio?

Support Visual Studio Ctrl+F7 (Compile Single File) Workflow with FastBuild .

What is Ctrl Shift F in Visual Studio?

Ctrl-Shift-F is used to find all the ocuurance of a string with in entire solution and display find result window as shown below. Ctrl-F is used to find a string in the current document, project and all open documents one by one.

What does Ctrl w do in Visual Studio?

All the browsers I know give you the option to close tabs using Ctrl+W in addition to the standard Ctrl+F4 in Windows.


1 Answers

Ctrl + K, Ctrl + I - Edit.QuickInfo command.

like image 100
Alex Aza Avatar answered Sep 23 '22 04:09

Alex Aza