Keyboard shortcut to open drop down box in visual studio
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 sho开发者_JAVA技巧rtcut 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!
EDIT: CTRL + . and SHIFT + F10
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.
精彩评论