views:

150

answers:

2

I have noticed that doing actions like implementing an interface, that a small rectangle appears at the start of the interface. Then I have to hover my mouse over the rectangle and it becomes a context menu. Then I can select to implicitly implement interface or to explicitly implement interface. Or like when an I type Collection and I need the import of System.Collections.ObjectModel. I get tired of reaching over for my mouse and hovering over the rectangle and waiting for the context menu. Is there a keyboard shortcut for this? If so, please give me every shortcut there is for it. By the way, Visual Studio for me is set to C# development settings, NOT GENERAL!

+1  A: 

EDIT: CTRL+. and SHIFT+F10

Sky Sanders
+1  A: 

If you don't have any, or prefer your own, use Tools + Customize, Keyboard and assign keystrokes to the Edit.ImplementInterfaceStubsImplicitly and Edit.ImplementInterfaceStubsExplicitly commands.

Hans Passant
I was just giving an example. I mean open the box for any reason.
Mohit Deshpande
@mohit: View.ShowSmartTag, Shift+Alt+F10 on my (nonstandard) machine.
Hans Passant