iraSenthil
iraSenthil

Reputation: 11577

Shortcut to navigate members in Visual Studio

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

Upvotes: 10

Views: 4018

Answers (4)

Rob Willis
Rob Willis

Reputation: 4844

Not strictly on topic but ReSharper has a shortcut for this Alt+\

Upvotes: 8

iraSenthil
iraSenthil

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

yasouser
yasouser

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

iraSenthil
iraSenthil

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

Related Questions