Is there a good way to make bulk edits using composer? I’ve got a find in all files that reveals ~ 20 files with a particular pattern. I’d like to use composer to make a similar change to all of them, a bit more than is possible with find and replace. Composer is able to do it a few at a time, but I have to manually add all of the file names to the composer context and then it changes a few of those files, I have to prompt it to keep changing more of the files, etc.
Would love a way to bulk edit all of the files found in the search. Any ideas?