Opens a filterable list of files of the current directory (the opened directory, or the directory of the solution). Allows filtering and quick open in a manner similar to Ctrl-P in Visual Studio code. VIsual Studio does support quick file opening (Ctrl+, f) but it has several limitations: performance, solution-only binding, and no filters. This extention is faster, works at directory level and allows filtering of files and folders. It's especially useful in two cases:
UsageInstall and open: Tools > Open File from Directory. This will open a window in which you can type to receive a filtered list of the top matches of files in the current directory. Press Up or Down to select a file from the filtered list. Press Enter to open the selected file. Press Escape to cancel. It is recommended that you bind PreviewConfigurationThe extension tries to read Example configuration:
These filters will ignore all files which are in subdirectories Default configurationIf there is no configuration file provided, the ignored directories are LicenseThis is an open source extension under the MIT license. You can find its repository on GitHub |