CodyIT to Programmer [email protected] • 1 month agothe beautiful codeprogramming.devimagemessage-square226fedilinkarrow-up12.03K
arrow-up12.03Kimagethe beautiful codeprogramming.devCodyIT to Programmer [email protected] • 1 month agomessage-square226fedilink
minus-square@[email protected]linkfedilink11•1 month agoI use pycharm for this and in general it does a great job. At work we’ve got some massive repos and it’ll handle it fine. The “find” tab shows where it’ll make changes and you can click “don’t change anything in this directory”
minus-squaresetVeryLoud(true);linkfedilink4•1 month agoYes, all of JetBrains’ tools handle project-wide renames practically perfectly, even in weirder things like Angular projects where templates may reference variables.
minus-square@[email protected]linkfedilinkEnglish2•1 month agoJust be carerul when refactoring variable names in doc comments, I’ve seen some weird stuff happen there
I use pycharm for this and in general it does a great job. At work we’ve got some massive repos and it’ll handle it fine.
The “find” tab shows where it’ll make changes and you can click “don’t change anything in this directory”
Yes, all of JetBrains’ tools handle project-wide renames practically perfectly, even in weirder things like Angular projects where templates may reference variables.
Just be carerul when refactoring variable names in doc comments, I’ve seen some weird stuff happen there