Skip to content

Latest commit

 

History

History
55 lines (40 loc) · 2.29 KB

File metadata and controls

55 lines (40 loc) · 2.29 KB

CodeNav

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

Sponsor

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
  • Show/Dock as a separate tool window.
  • Cursor position will be reflected by highlighting the current method in the list
  • Light/Dark theme support
  • Collapse/Expand all ranges
  • History/edit indicators
  • Sort by file order or by name
  • Regions
  • Filter/search items by name
  • Hide, ignore or change opacity of items based on item kind (method, property), access (public, private), empty state
  • Customizable fonts
  • Bookmarks

Supported Visual Studio versions

  • Visual Studio 2022 (Untested)
  • Visual Studio 2026

Language support

  • C#

Installing

Visual Studio Marketplace Visual Studio Marketplace

GitHub Releases

Open VSIX Gallery

Usage

The CodeNav tool window can be opened via the entry in the Extensions menu.

Screenshots

Preview Preview-Dark

Filter window

Filters

Options window

Settings

Bookmarks

Bookmarks

Documentation

Looking for more info? Read the full Documentation with links, guides, troubleshooting, and tips.