How to search only in open files in vscode?

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.

+4
source share
1 answer

I don’t think there is a way to do this. You can make a function request on github. I think an extension can do this, though.

0
source

Source: https://habr.com/ru/post/1668665/


All Articles