Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Quick Find And JumpNew to Visual Studio Code? Get it now.
Quick Find And Jump

Quick Find And Jump

soata

|
250 installs
| (1) | Free
Quickly find and jump, like default Find without the need to press Escape to exit, easy to jump to next/previous match
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

VSCode extension: Quick-Find And Jump

Quickly find and jump through matches in your code, similar to the default Find feature, without the need to press Escape to exit. Easily navigate between next and previous matches for efficient code exploration.

DEMO

Installation

You can install the extension from the Visual Studio Code Marketplace.

Usage

Call quickFind.find command via Command Palette or shortcut. (default Cmd+[BracketLeft])

  • Cmd : Ctrl on Windows.
  • [BracketLeft]: [ on US Keyboard, @ on JIS.
Description Default Shortcut Command
Show QuickFind Cmd+[BracketLeft] quickFind.find
Hide QuickFind Esc / Enter quickFind.hide
Hide And Move Left Left quickFind.hideAndLeft
Hide And Move Right Right quickFind.hideAndRight
Jump to the next match Down / Cmd+n / Tab quickFind.next
Jump to the previous match Up / Cmd+Shift+n quickFind.prev
Jump to the top match Cmd+Shift+Up quickFind.goTop
Jump to the bottom match Cmd+Shift+Down quickFind.goBottom

Note: If you want to prevent exiting when pressing the Left or Right arrow keys, you can unbind the corresponding shortcuts.

Configurations

Configuration Description Default
quickFind.ignoreCase Whether to ignore case false
quickFind.smartCase Whether to use smartcase true

Decorations

This extension uses the following theme colors:

  • editor.findMatchBackground
  • editor.findMatchBorder
  • editor.findMatchHighlightBackground
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft