Question: How to display the mouse hover over tooltip in VS2010 using a keyboard shortcut?
Ctrl+Shift+Space gives some detail on overloads.
Cheers
Dave
public ActionResult About() { return View(); }
In Visual Studio, add a ToolTip component to the form. Select the control that will display the ToolTip, or add it to the form. In the Properties window, set the ToolTip on ToolTip1 value to an appropriate string of text.
How to use Ctrl+W to close a tab in Visual Studio – Done by code.
Find, Global Find & Find and Replace You've probably already discovered the search shortcut Ctrl-F, but did you know Visual Studio Code has different types of find features built-in? Ctrl + F as mentioned above this shortcut will find whatever you search for in the current file.
The mouse hover info is called "Quick Info". The default keybinding for it in the C# profile is Ctrl-k, Ctrl-i.
It's also the third icon from the left in the "Text Editor" toolbar: .
The Ctrl + Shift + Space shortcut shows the exact same information as the tooltip (i.e. the member summary and the first overload). Is there a particular reason that you need to see the tooltip specifically?
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With