All Projects → sboulema → Codenav

sboulema / Codenav

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

Programming Languages

javascript
184084 projects - #8 most used programming language
csharp
926 projects

Projects that are alternatives of or similar to Codenav

VS.DiffAllFiles
Visual Studio Extension to make comparing files before and after committing them to Git and TFS faster and easier.
Stars: ✭ 26 (-62.86%)
Mutual labels:  visual-studio-extension
Xamlstyler
Visual Studio extension to help format your XAML source code
Stars: ✭ 553 (+690%)
Mutual labels:  visual-studio-extension
Bideveloperextensions
A Visual Studio extension that enhances development functionality in Business Intelligence Development Studio (BIDS) and SQL Server Data Tools (SSDT).
Stars: ✭ 55 (-21.43%)
Mutual labels:  visual-studio-extension
OptionsSample
A Visual Studio extension sample
Stars: ✭ 14 (-80%)
Mutual labels:  visual-studio-extension
Disasmo
VS2019 Add-in. Click on any method or class to see what .NET Core's JIT generates for them (ASM).
Stars: ✭ 380 (+442.86%)
Mutual labels:  visual-studio-extension
Dotnet Apiport
This repo contains .NET Portability Analyzer (VSIX and Console) libraries and tools
Stars: ✭ 878 (+1154.29%)
Mutual labels:  visual-studio-extension
Visual-Studio
A Discord Rich Presence extension for both Visual Studio 2017 and 2019.
Stars: ✭ 80 (+14.29%)
Mutual labels:  visual-studio-extension
Enhanced Syntax Highlighting
[Marketplace] Lightweight "editor classifier extension" for Visual Studio based on the async Roslyn APIs to enhanced highlighting custom tags in C# code.
Stars: ✭ 69 (-1.43%)
Mutual labels:  visual-studio-extension
Asm Dude
Visual Studio extension for assembly syntax highlighting and code completion in assembly files and the disassembly window
Stars: ✭ 3,898 (+5468.57%)
Mutual labels:  visual-studio-extension
Intrinsics Dude
Opensource Visual Studio extension for compiler instrinsics in C/C++
Stars: ✭ 44 (-37.14%)
Mutual labels:  visual-studio-extension
Structlayout
Visual Studio Extension for C++ struct memory layout visualization
Stars: ✭ 270 (+285.71%)
Mutual labels:  visual-studio-extension
Sharpen
Visual Studio extension that intelligently introduces new C# features into your existing codebase
Stars: ✭ 351 (+401.43%)
Mutual labels:  visual-studio-extension
Vs Side Scroller
Scroll horizontally with the mouse wheel when holding the shift key in Visual Studio
Stars: ✭ 29 (-58.57%)
Mutual labels:  visual-studio-extension
orchardizer
Orchardizer is an extension for VS2013 that reduces development of Orchard modules to a bunch of textboxes and some sporadic clicking
Stars: ✭ 28 (-60%)
Mutual labels:  visual-studio-extension
Openapi Connected Service
Visual Studio extension to generate OpenAPI (Swagger) web service reference.
Stars: ✭ 57 (-18.57%)
Mutual labels:  visual-studio-extension
TextTemplatingCore
T4 Text Templating with .NET Core
Stars: ✭ 24 (-65.71%)
Mutual labels:  visual-studio-extension
Headwind
An opinionated Tailwind CSS class sorter built for Visual Studio Code
Stars: ✭ 789 (+1027.14%)
Mutual labels:  visual-studio-extension
Encourage
A bit of encouragment added to Visual Studio
Stars: ✭ 69 (-1.43%)
Mutual labels:  visual-studio-extension
Caide
Automates certain common tasks that you do during programming competitions
Stars: ✭ 65 (-7.14%)
Mutual labels:  visual-studio-extension
Quicktype Vs
Visual Studio extension to paste JSON as C#, C++, TypeScript, and more
Stars: ✭ 39 (-44.29%)
Mutual labels:  visual-studio-extension

CodeNav

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

Build Status Donate

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 / top side / hidden)
  • Show as a separate toolwindow (View -> Other Windows -> CodeNav)
  • Filter items by kind (method, property), access (public, private), name and bookmark
  • Cursor position will be reflected by highlighting the current method in the list
  • Customizable fonts
  • Synced collapsing/expanding regions
  • Collapse/Expand all regions
  • Colored Bookmarks
  • History/edit indicators

Language support

  • C#
  • Visual Basic
  • JavaScript

Installing

Visual Studio Marketplace Visual Studio Marketplace

Github Releases

Open VSIX Gallery

Screenshots

Preview Preview-Dark

Top Margin

Filter window

Filter window

Options window

Options window

Tool window

Tool window

Bookmarks

Bookmarks


VS2017 Partner

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].