vote up 5 vote down star

When you type something and there's some problem you get a tiny red rectangle at the end of the symbol/word that has the problem and when you hover the mouse over it, you get a button and when you press the button you get a list of possible actions to fix the problem, including adding using statements or refactoring.

Is there a way to open that menu with the keyboard so I don't have to reach my mouse?

flag

69% accept rate

4 Answers

vote up 5 vote down check

While shift+alt+f10 works there is an alternate shortcut i find easier to type:

ctrl+.

link|flag
vote up 9 vote down

I believe Ctrl+. also works...that's what I've been using all these years...fewer keystrokes

link|flag
amazing... never thought of finding the shortcut for that... sure a huge time saver! – m_oLogin Jun 4 at 19:41
thanks for the kbd formatting bdukes...didn't realize that was available...cool. – Webjedi Jun 4 at 19:49
vote up 3 vote down

Found it, in the tooltip: Shift+Alt+F10

link|flag
vote up 2 vote down

It is Shift+Alt+F10

Here are a list of the keyboard shortcuts

Visual Basic

C#

link|flag

Your Answer

Get an OpenID
or
never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.