About 50 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 …

  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. 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 …

  4. visual studio code - How search for method in VSCode? - Stack …

    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 …

  5. 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.

  6. 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.

  7. 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...

  8. How to search for just a specific file type in Visual Studio code?

    Oct 5, 2017 · 171 In Visual Studio code, how do I search for just a specific file type (i.e. *.css or *.ts)? PS: I'm talking about the global search (Ctrl+Shift+F in Windows) I'm already using the …

  9. Multiline regular expression search in Visual Studio Code

    Oct 4, 2018 · Multiline regular expression search doesn't work in VS Code version 1.27.2 . Theoretically aaa(\n|.)*bbb should find string starting from aaa and ending bbb but it doesn't …

  10. Find and replace with a newline in Visual Studio Code

    May 20, 2015 · With VS Code release 1.38 you can press CTRL + Enter in the editor find box to add a newline character. With VS Code release 1.30 you can type Shift + Enter in the search …