Refactoring using Vim
How I refactored my variable across multiple files using vim
Problem:
A variable that needed to be refactored in over 100 occurrences but exclude my imports and also add a new line in each of my files that had that variable.
Goal:
//My component
impo...
raid3n.hashnode.dev2 min read