Skip to content
| Marketplace
Sign in
Visual Studio>Tools>MethodJumper
MethodJumper

MethodJumper

Jacky_hsu

|
5 installs
| (0) | Free
Keyboard-first navigation. Ctrl+Alt+T pops up the methods in the current file, Ctrl+Shift+Alt+T the properties/types, and Ctrl+Alt+E the Error List (errors/warnings, current file or whole solution) —
Download

MethodJumper

Keyboard-first navigation for Visual Studio. Stop reaching for the mouse or fighting docked tool windows — press a shortcut, type a few letters, hit Enter, and you're there.

Shortcuts

Shortcut Popup
Ctrl+Alt+T Methods in the current file
Ctrl+Shift+Alt+T Properties & types
Ctrl+Alt+E Error List (errors / warnings)

How it works

  1. Press a shortcut in a code file
  2. A popup lists the matching items — type to filter (case-insensitive)
  3. ↑ / ↓ to select, Enter to jump, Esc to dismiss
  4. The popup closes automatically after jumping or when it loses focus — no lingering windows

Error List (Ctrl+Alt+E)

Jump straight to any error or warning without hunting through the Error List window.

  • Toggle Errors / Warnings / Messages
  • Toggle current file only (default) or the whole solution
  • Filter by description or file name; Enter opens the file and jumps to the line
  • Errors in red, warnings in amber

Supported languages (method & property popups)

Language Parsing
C# Roslyn syntax tree (methods, constructors, properties)
C / C++ Heuristic parser (functions, classes, structs, enums)
Java Heuristic parser (methods, classes, interfaces, enums)

Version history

  • v2.0 — Error List popup (Ctrl+Alt+E)
  • v1.1 — Method list (Ctrl+Alt+T) and Property/Type list (Ctrl+Shift+Alt+T)

Notes

  • Default shortcuts override built-in bindings: Ctrl+Alt+T (Document Outline) and Ctrl+Alt+E (Debug.Exceptions). Rebind anytime via Tools > Options > Keyboard → Tools.JumpToMethod / Tools.JumpToProperty / Tools.JumpToError.
  • Source code: github.com/AnTeCP100/VSTools
  • License: MIT
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft