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

alt text

link|improve this question

feedback

3 Answers

CtrlF2Tab gets you there. Take a look at this link. Is there a hotkey in Visual Studio to open the member drop down list?

link|improve this answer
feedback
up vote 1 down vote accepted

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

link|improve this answer
feedback

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.

link|improve this answer
Recording macro didn't work in this case :( – iraSenthil Nov 5 '10 at 19:35
feedback

Your Answer

 
or
required, but never shown

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