Whenever I start a new project from old code, I need to run 3-4 'Find and Replace’s (with a regex) on each file on about 8 files.
Is there a way to ‘replace all’ on all open files? Or someway to chain the operations?
I am just looking for the most efficient way of doing this, any advice would be great.