Super useful VSCode regexp find/replace hack!

preview_player
Показать описание
Ever needed to find and replace a bunch of text in a repository while also keeping some of the original text? Here's how you do it with VSCode.
Рекомендации по теме
Комментарии
Автор

Actually use notepad++ for exactly this purpose (regex replacing through a lot of files). Can I also restrict the files where to search with wildcards in vscode? E.g. only replace in *.c or/and *.h files?

matsim