Alt Navigator icon

Alt Navigator

A VS Code companion that keeps you in the flow: jump across key dependencies, inspect incoming call sites, and fly through the editor with Alt-powered shortcuts.

Navigation Commands

Alt + Shift + C
Show outgoing callees for the current function scope.
Shift + Alt + C
Show incoming callers filtered to meaningful code paths.
Alt + D
Jump to the symbol definition, even across unopened files.
Alt + G
Prompt for a line number and center it in the editor.

Vim-Style Motion

Alt + H
Move the cursor one character to the left.
Alt + Shift + H
Move the cursor to the first character of the line.
Alt + J
Move the cursor down one line.
Alt + K
Move the cursor up one line.
Alt + L
Move the cursor one character to the right.
Alt + Shift + L
Move the cursor to the last character of the line.

Smart Filtering

The extension respects .gitignore, VS Code files.exclude / search.exclude, and custom altNavigator.excludePatterns so you only see actionable results from your own code—not generated files or vendor noise.