Visual Studio extension to show the code structure of your current document
- Quickly see all the important methods and properties in your document.
- Never get lost during a refactoring of a super long document.
- Clicking on an item in the list will take you to that location in the document.
- Sort by file order or by name
- Toggle visibility by double-clicking the splitter bar
- Dark theme support
- Show as an editor margin (left side / right side / hidden)
- Show as a seperate toolwindow (View -> Other Windows -> CodeNav)
- Filter items by kind (method, property), access (public, private) and name
- Cursor position will be reflected by highlighting the current method in the list
- Customizable fonts
- Synced collapsing/expanding regions
- Collapse/Expand all regions
Currently only C#
If you experience any problems with CodeNav you can debug what is going on by downloading a debug build of CodeNav.
The debug build will write a lot of useful information to the Visual Studio Output window. Please help me and include this information when creating an issue!
- HubKing, HTD, xperiandri, emina-saric, storm31, bradtwurst, TrickUK, yyjdelete - For testing and reporting issues
- Steve Cadwallader - For his amazing CodeMaid extension