vote up 1 vote down star
1

I'm working in .Net 3.5sp1 in C# for an ASP.Net solution and I'm wondering if there's any way to turn on the Class Name and Method Name drop-downs in the text editor that VB.Net has at the top. It's one of the few things from VB that I actually miss.

Edit: Also, is there any way to get the drop downs to be populated with the possible events?

e.g. (Page Events) | (Declarations)

flag

Aren't those the little things with lightning bolt icons? – casademora Oct 1 '08 at 22:05
Yeah, is there any way to get them to show up? Right now it only displays events that have been defined in the code. – travis Oct 1 '08 at 22:29

5 Answers

vote up 4 vote down check

Go To:

Tools -> Options -> Text Editor -> C# -> General -> Navigation Bar

Make sure it is clicked, and that should show something at the top of your code that has all the classes and methods listed in your file.

link|flag
hmm, now is there any way to list all the possible events like vb.net? – travis Oct 1 '08 at 19:18
vote up 1 vote down

Try

[Tools]->[Options]->[Text Editor]->[C#]->[General]->[Check "Navigation Bar]

link|flag
vote up 0 vote down

note that the lists don't fill in until the cursor is within the namespace/class

link|flag
vote up 1 vote down

In Visual Studio 2008 (and probably earlier versions):

Tools -> Options -> Text Editor -> C#(*) -> General -> Navigation bar

(*) or your preferred editor language

link|flag
vote up -2 vote down

Well, I see them when I use C#, so clearly there must be. I was unaware that you could turn them off.

link|flag

Your Answer

Get an OpenID
or

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