Skip to content
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.

Latest commit

 

History

History
33 lines (18 loc) · 1.88 KB

README.md

File metadata and controls

33 lines (18 loc) · 1.88 KB

Fuzzy File Search Extension for Visual Studio Code

Build Status

Since VSCodes CMD + P tends to be quite slow sometimes. This extension can be used as a replacement where we use the operating system built in find command to search for files within the workspace.

Features

  • Ability to fuzzy search trough the project files
  • Last 5 open files gets higher priority in the initial result set for quick opens.

Alt text

Alt text

Requirements

  • As of now only requirement is shelljs .find() method works on your enviorment. Since this extension has only been tested on Linux and OSX support for Windows it yet to be added once significant test data is present. PR's are welcom.

Known Issues

  • Might not work on Windows Operating systems.
  • The QuickPicker performs slow with larger projects (30k files), since th Visual Studio API doesn't offer a dynamic update for the input selection as of today. We are still looking out for a suitable solution to make it work best.

Release Notes

This is a pre-release of the extension and the extension is still under development. Please expect failures.

Please report issues or raise a PR for any contributions against https://github.com/gayanhewa/vscode-fuzzysearch

Enjoy!