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) —
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
Press a shortcut in a code file
A popup lists the matching items — type to filter (case-insensitive)
↑ / ↓ to select, Enter to jump, Esc to dismiss
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)