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();
}
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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:
.