http://www.codeplex.com/SourceCodeOutliner
The Source Outliner tool is a Visual Studio extension that provides a tree view of your source code's types and members and lets you quickly navigate to them inside the editor.

Source Outliner enables you to perform the following tasks:

  • Navigate a C# or Visual Basic source file in a tree view.
  • Navigate to an item via the keyboard or the mouse.
  • Filter the tree based on the code element name.
  • Filter the tree based on the code element type.

[开源]Source Code Outliner

The following steps walk you through using this tool.

  • Start Visual Studio.
  • Open your favorite VB.NET or C# solution or create a new one.
  • Select the ‘Source Outliner Power Toy’ menu item under View.OtherWindows menu group.
  • The Source Outliner tool window docks to the left side of the Visual Studio window next to the Code Editor window.
  • Click a method or variable name in Source Outliner and the code associated with what you clicked displays near the top of the Code Editor window.
  • You can use the ‘Filter by Type’ to filter different types that you would like to view.

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-26
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-06-22
  • 2021-08-09
  • 2022-01-05
  • 2022-02-14
  • 2021-08-31
  • 2022-03-08
  • 2022-03-11
相关资源
相似解决方案