Search code examples
visual-studio-codecopy-paste

Is there a way to select all occurences (e.g. regex match) in MULTIPLE files at once to copy these occurences and paste them in a text file?


I'm looking for a way to extract data from multiple local html files. In Visual Studio Code, it's possible to find/replace in multiple files, but is it also possible to copy from multiple files, or is there an application that can do it?

Any help would be greatly appreciated!


Solution

  • Solved it!

    I found the "Combine Files" extension for Visual Studio Code. :)