Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>narrowNew to Visual Studio Code? Get it now.
narrow

narrow

Philipp Brumm

|
30 installs
| (0) | Free
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

narrow

Code navigation inspired by atom-narrow

Running narrow.narrow-file shows a QuickPick listing all lines in your current file. Type to narrow down to matching lines. Hit enter to move your cursor to the selected line.

Screen Recording 2023-06-10 at 16 24 58

Keyboard Shortcuts

Narrow does not assign keyboard shortcuts by default. Open your keyboard shortcuts json (Preferences: Open Keyboard Shortcuts (JSON)) and paste this snippet to get started:

{
  "key": "ctrl+f",
  "command": "narrow.narrow-file",
  "when": "editorTextFocus"
}

Options

Screenshot 2023-06-10 at 16 21 18

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft