Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>FindFilesNew to Visual Studio Code? Get it now.
FindFiles

FindFiles

MetroSoft-Application

|
198 installs
| (0) | Free
Find files and create document links.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

FindFiles

Search for files in your workspace based on a pattern and display files or folder that do not match the exclusion pattern.

Features

  • Search for files or folder in your workspace by entering a pattern and exclusion pattern.
  • Use wildcards in the pattern and exclusion pattern.
  • The pattern determines whether a file name or folder name matches.
  • The exclusion pattern determines whether a file name or folder name does not match.

Usage

  1. Press Ctrl+Shift+P or F1 to open the command palette.
  2. Search for and select the FindFiles command.
  3. Enter the Pattern for the file names you want to search for.
  4. Check the IncludeFolder if you want to include the folder name in the search.
  5. Enter the Exclude for the file names or folder names if you want to exclude. If IncludeFolder is checked, folder names are also exclude.
  6. Click the Exec button to start the search.
  7. The search results will be displayed.

Image

Example

Suppose you want to search for JavaScript files in your workspace, excluding any files with the name test. Here's how you would use the extension:

  1. Enter *.js in the Pattern field.
  2. Enter test.* in the Exclude field.
  3. Press Enter or click the Exec button.

The extension will search for JavaScript files in your workspace, excluding any files with the name test. The search results will be displayed.

Requirements

  • Visual Studio Code 1.60.0 or newer

License

Licensed under MIT

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