CodyIT@programming.dev to Programmer Humor@programming.dev · 1 month agothe beautiful codeprogramming.devimagemessage-square231fedilinkarrow-up12.1K
arrow-up12.1Kimagethe beautiful codeprogramming.devCodyIT@programming.dev to Programmer Humor@programming.dev · 1 month agomessage-square231fedilink
minus-squarelapping6596@lemmy.worldlinkfedilinkarrow-up11·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);@lemmy.calinkfedilinkarrow-up4·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-squareAnotherPenguin@programming.devlinkfedilinkEnglisharrow-up2·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