Is there a way of making the C# editor in Visual studio 2010 behave like the visual basic editor where the left combo box lets you pick an object and the right one shows only its events/methods like VB?
I am working on a form with alot of controls and methods (Devexpress Ribbon Form) and all the controls, their methods, the forms methods are appearing in the right combo box and navigating to form methods is really cumbersome now,
or is there something built in within visual studio that I can use to navigate quickly between methods?
Tools->Options->C#->GeneralCheck the Navigation bar checkbox under the
Displaygroup