Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Go to Fuzzy in current fileNew to Visual Studio Code? Get it now.
Go to Fuzzy in current file

Go to Fuzzy in current file

Romain Baumier

|
407 installs
| (2) | Free
go to fuzzy matching chunks in current file
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Go to Fuzzy

Extension in action

👓 What

Go-to-Fuzzy is a VSCode extension making fuzzy search/go-to inside a file possible.

Extension in action

✅ Requirements

  • Linux/MacOS
  • The awesome fzf available

Installation

Install from the marketplace!

🚀 Usage

Set a keyboard shortcut via:

  1. Open Command Palette (⌘/Ctrl + Shift + p)
  2. Choose "Preferences: Open Keyboard Shortcuts"
  3. Search for "go-to-fuzzy.find"
  4. Set a keybinding

Or, if you just want to try

  1. Open Command Palette (⌘/Ctrl + Shift + p)
  2. Choose "Go to Fuzzy: find"

🤔 Motivations

Without an extension, there is several ways to go to a targeted pattern in the active file, but I find them to be suboptimal:

  • Built-in search
    • 👎 only show one result at a time, making it painful to cycle through them
    • 👎 no fuzzy: you have to type an exact match (or use a regex for wildcards)
  • Symbols and references
    • 👍 fuzzy works great
    • 👎 only fetch symbols and references (duh!)
    • 👎 heavily dependent on language integrations
  • Scroll manually: good enough on small files but can be quite painful with big ones

❔ FAQ

Why do you show the pattern at the beginning of each line? This is annoying!

Yeah, sorry about that. We show it because otherwise VSCode will rearrange the search results by "what matches the most the provided pattern". We remove this behaviour by using the pattern as the result item label, which is the only matchable attribute by default.

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