vote up 0 vote down star

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?

flag

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 at 21:17

4 Answers

vote up 7 vote down check

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

link|flag
Thanks! It was driving me crazy. – Brandon Montgomery Apr 10 at 21:20
vote up 1 vote down

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|flag
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 at 21:21
vote up 1 vote down

Tools Menu --> Options

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

link|flag
vote up 0 vote down

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|flag

Your Answer

Get an OpenID
or

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