Skip to content
forked from sboulema/CodeNav

Visual Studio extension to show the code structure of your current document

License

Notifications You must be signed in to change notification settings

emonney/CodeNav

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

CodeNav

Visual Studio extension to show the code structure of your current document

Beerpay

Features

  • 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

Language support

Currently only C#

Installing

Visual Studio Marketplace Visual Studio Marketplace

Github Releases

Open VSIX Gallery

AppVeyor Build status

Screenshots

Preview Preview-Dark

Filter window

Preview

Options window

Preview

Tool window

Preview

Debugging

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!

Preview

Thanks to


VS2017 Partner

About

Visual Studio extension to show the code structure of your current document

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%