Reputation: 11577
On top of visual studio code editor, There are two drop down lists displays list of classes and members in then selected class. See the picture below. What do you call them and what are the shortcuts? So that I can navigate to methods and members using keyboard.
I am using Vs 2010
Thanks
Upvotes: 10
Views: 4018
Reputation: 4844
Not strictly on topic but ReSharper has a shortcut for this Alt+\
Upvotes: 8
Reputation: 11577
CtrlF2Tab gets you there. Take a look at this link. Is there a hotkey in Visual Studio to open the member drop down list?
Upvotes: 8
Reputation: 5177
I guess it is Edit.ExpandCollapsableBaseTypeList (or something) in the Tools-Options-Keyboard. If that doesn't work you can always record a macro and assign a shortcut key for that.
Upvotes: 1
Reputation: 11577
Can use Edit -> Navigate to [Ctrl + ,]. or Solution Navigator in Vs Power Tools. But I am still looking for shortcut to access it directly.
Thanks
Upvotes: 5