About 3,790,000 results
Open links in new tab
  1. Find a file by name in Visual Studio Code - Stack Overflow

    Sep 18, 2015 · When you have opened a folder in a workspace you can do Ctrl + P (Cmd + P on Mac) and start typing the filename, or extension to filter the list of filenames. if you have: You …

  2. Search for folder name in VS Code - Stack Overflow

    Aug 25, 2017 · You can search for files in folder foo by using cmd+p like foo/. You can open a file there, which will cause the Explorer to scroll to that file. But there's no way to search for a …

  3. visual studio code - How to search for text in all files in a …

    Mar 10, 2021 · You can do Edit, Find in Files (or Ctrl + Shift + F - default key binding, Cmd + Shift + F on MacOS) to search the Currently open Folder. There is an ellipsis on the dialog where …

  4. How to Search for a File by its Name in VS Code - Joel Tok

    Apr 7, 2024 · Over the years I’ve often needed to search for specific files by their name in Visual Studio Code, but never figured out how to do it. I had always assumed that a Command F …

  5. VS Code: How to Search for Files Quickly and Easily

    There are four ways to search for files in VS Code: **Using the Find tool** The Find tool is the most basic way to search for files in VS Code. To open the Find tool, press **Ctrl+F** …

  6. visual studio code - How to list (search) files with a certain name ...

    Apr 4, 2023 · Type ^(?<![\w\W]) to search bar, this regex matches the start of file. (https://stackoverflow.com/a/60091371/7219400) This will list the initial line of all files with that …

  7. How to quick search files in whole workspace (Visual Studio Code)

    Oct 14, 2018 · Ctrl + P searchs in recent opened list. I am searching some way to type a file name (in a quick search way) and search files in all folders of the workspace (ignoring ignored …

  8. In VS Code, how can I search in both file names and file contents …

    Oct 17, 2019 · Is there a way to search in the currently opened folder for a certain string not only in file names but also within the files themselves? I know I can use Ctrl + P to search in file …

  9. How to search all Files in Visual Studio Code | bobbyhadz

    A step-by-step guide on how to search all files in Visual Studio code and search for a specific file in your project.

  10. VSCode: How to Search for File Names - HatchJS.com

    Jan 1, 2023 · Learn how to search file names in VS Code with this easy-to-follow guide. You'll find out how to use the built-in search feature, as well as some helpful tips and tricks.

  11. Some results have been removed
Refresh