up vote 0 down vote favorite
share [g+] share [fb]

I typically code in VB.NET, but I'm going through a tutorial in C# .NET right now. I'm expecting to see a drop down list for selecting methods and properties at the top of the code file, right underneath the tabs for the code files I have open. However, I do not see these. If I open VB code, it works just fine. I've tried to look for an option in Visual Studio that I don't have turned on, but I can't find what I'm missing. Anybody have any ideas?

link|improve this question

79% accept rate
Do you get the keyword coloring when you open the C# file? If not, then the CS files aren't registered correctly. – David Apr 10 '09 at 21:17
feedback

4 Answers

up vote 7 down vote accepted

Go to Tools->Options->Text Editor->C#->General and check "Navigation Bar"

link|improve this answer
Thanks! It was driving me crazy. – Brandon Montgomery Apr 10 '09 at 21:20
feedback

If you want to access the events, you can do it on design mode on upper border of the properties box, there is a "thunder" where you can access them, this part is different from that of VBasic

link|improve this answer
Wow. I read that just like you did. I think we completely missed his question, while Joel and womp nailed it. – Matt Dawdy Apr 10 '09 at 21:21
feedback

Tools Menu --> Options

Text Editor ---> C# ----> General ----> Navigation Bar (check this box)

link|improve this answer
feedback

Reset your entire environment. Tools--> Import and Export Settings... from this dialog you can reset your IDE settings, choosing to Reset all environment settings to one of the default collections of settings. (VB Developer, C# Developer, Web Developer, Project Manager...)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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