Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Ctrl + Dot (ShowSmartTag) not working in Visual Studio 2012

I'm now using the Visual Studio 2012, and now the keyboard shortcut for "ShowSmartTag", Ctrl + ., is not working. I googled a bit found someone said that CodeRush's Quick Nav shortcut is the same, so I disabled that command in CodeRush, but still I can not fix this. I also tried to disable all those suspicious extensions, but still no success. Any idea?

like image 281
imgen Avatar asked Nov 13 '12 09:11

imgen


People also ask

How do I enable Keyboard Shortcuts in Visual Studio?

On the menu bar, choose Tools > Options. Expand Environment, and then choose Keyboard. Optional: Filter the list of commands by entering all or part of the name of the command, without spaces, in the Show commands containing box. In the list, choose the command to which you want to assign a keyboard shortcut.

What is Ctrl F8?

Ctrl+F8: Performs the Size command when a workbook is not maximized. Alt+F8: Displays the Macro dialog box to create, run, edit, or delete a macro. F9. F9: Calculates all worksheets in all open workbooks.

How do I enable quick fix in Visual Studio?

Alt + Shift + F10 does the trick.


1 Answers

All keyboard shortcuts can be viewed from Tools > Options > Environment > Keyboard. What does your View.ShowSmartTag command say about current shortcuts?

Keyboard Options

If you try to assign CTRL + . to anything, it will tell you if the shortcut is used by something else...

like image 61
khellang Avatar answered Sep 21 '22 21:09

khellang