Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Global Fuzzy SearchNew to Visual Studio Code? Get it now.

Global Fuzzy Search

NouemanKHAL

|
19 installs
| (0) | Free
Fuzzy search for content across your workspace files
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Global Fuzzy Search

Global Fuzzy Search is a Visual Studio Code extension that allows you to run a fuzzy search across all file contents in your project. It's perfect for medium-sized projects where finding a specific file or piece of code in a new project can be time-consuming.

Features

  • Run a fuzzy search across all file contents in your project
  • Quickly find the file or code you're looking for
  • Customize your search by excluding specific directories or file types

Getting Started

To get started with Global Fuzzy Search, simply install the extension from the VS Code Marketplace. Once installed, you can open the fuzzy search from from the side panel.

By default, Global Fuzzy Search will search all files in your project. For better performance, its recommended to add an include pattern.

TODO

  • Add option to specify the maximum allowed edit distance.
  • Add option to customize whether or to check for the substring constraint.
  • Improve performance on large projects.
  • Improve the underlying algorithm.

Contributing

If you find a bug or have a feature request, please create an issue.

License

Global Fuzzy Search is licensed under the MIT License.

  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft