About 819,000 results
Open links in new tab
  1. visual studio code - How to search for text in all files in a directory ...

    The problem is that when you have an directory open in Visual Studio Code, with dozens of subdirectories, you often want to search in a single directory. Find in files isn't at all about doing that.

  2. Find a file by name in Visual Studio Code - Stack Overflow

    Sep 18, 2015 · How can I find a file by name (or path) in Visual Studio Code? A Visual Studio shortcut I'm used to is CTRL+,, but it does not work here.

  3. visual studio code - How search for method in VSCode? - Stack Overflow

    Aug 1, 2017 · The answer is to use Ctrl + T and start typing a method name. (It searches for the method name in multiple files. You can use Ctrl + F to do the search in the current file.) More detailed answer …

  4. Choose folders to be ignored during search in VS Code

    Right now when I use ⌘+O to search for files, the fuzzy matching appears to operate over all files in the current project. Unfortunately, this includes a number of files from build and vendor direc...

  5. How to actually search all files in Visual Studio

    So the answer seems to be to NOT use the Solution Explorer search box. Rather, open any file in the solution, then use the control-f search pop-up to search all files by: selecting "Find All" from the "--> …

  6. How do I search for files in Visual Studio Code?

    May 7, 2015 · I am used to Resharper where I can search for files, not the content, but the filename, which makes it quick to open new files. Is this feature implemented in Visual Studio Code and is …

  7. regex - Search in VS Code for multiple terms - Stack Overflow

    Apr 20, 2018 · I'm not getting any errors, but the search doesn't match with any files, even though there are files in my workspace containing the search terms. I'm using VS Code 1.54.3.

  8. How to find folder in VS Code? - Stack Overflow

    Oct 5, 2017 · Therefore, it is easier to search for a file by the name of the folder in which it is located. How in VS Code to search for folders in the current open project? For example, I have the following …

  9. Visual Studio Code Search and Replace with Regular Expressions

    Apr 24, 2017 · The question is about Visual Studio Code, and this answer is about Visual Studio.

  10. How can I make VS Code's search-in-files go faster?

    I've been wanting to move from PhpStorm to VS code, but one of the things I don't like about VS Code is how slow its built-in Search feature is at finding text within the files of a large project.