开发者

What happened to the Members/Methods combobox in Visual Studio 2010?

开发者 https://www.devze.com 2023-03-07 13:16 出处:网络
In Visual Studio 2008, I can see a combo box containing开发者_如何转开发 the members/methods defined in my class at the top of the code window:

In Visual Studio 2008, I can see a combo box containing开发者_如何转开发 the members/methods defined in my class at the top of the code window:

What happened to the Members/Methods combobox in Visual Studio 2010?

However, I cannot see this in Visual Studio 2010! Was it removed? Can I get it back?


It's still there, you must have just inadvertently turned it off. To turn it back on, follow these easy steps:

  1. From the "Tools" menu, select "Options".
  2. Expand the "Text Editor" heading.
  3. Select your language of choice (e.g., C# or VB.NET).
  4. Check the box labeled "Navigation bar".

   

What happened to the Members/Methods combobox in Visual Studio 2010?

0

精彩评论

暂无评论...
验证码 换一张
取 消