I usually work on larger projects with many files that will contain a search query. Therefore, I would like to open the files that I want to modify, and search / replace all currently open files. Can this be done in vs code?
The function I'm looking for is implemented in Notepad ++, but I would prefer not to switch the editors for this task.
source
share