Search & Replace
The other day, I did a lot of refactoring. Namely, regretting the original names of interfaces and methods and variables sprinkled throughout my code. So, I’ve been using git grep
a lot lately for simply searching through my (relatively) extensive codebase. But how do I edit and replace all usages…