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?
|
|
|||
|
|
|
Go to Tools->Options->Text Editor->C#->General and check "Navigation Bar" |
||
|
|
|
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 |
||
|
|
|
Tools Menu --> Options Text Editor ---> C# ----> General ----> Navigation Bar (check this box) |
||
|
|
|
|
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...) |
||
|
|
