Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Does anyone know how to get my class name and method name dropdown lists again? It's the dropdown lists that are usually above the code. It's just a setting but i can't seem to find it. I don't want to reset my setting btw. I shouldn't have to.

share|improve this question

2 Answers

up vote 22 down vote accepted

Tools-->Options... Text Editor-->All Languages Check "Navigation Bar."

share|improve this answer
1  
10x, I was wondering how to remove it :) – mynkow Mar 6 '12 at 11:54

Tools - Options - Text Editor - (choose the type of file - C#, html, etc) - General

In the bottom section of the form (The "Display" area) make sure hat "Navigation Bar" is checked.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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