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

gayanhewa/vscode-fuzzysearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

Fuzzy File Search Extension for VSCode

Resources

Stars

Watchers

Forks

Packages

No packages published