CodyIT@programming.dev to Programmer Humor@programming.dev · 3 days agothe beautiful codeprogramming.devimagemessage-square217fedilinkarrow-up12.04Karrow-down111
arrow-up12.03Karrow-down1imagethe beautiful codeprogramming.devCodyIT@programming.dev to Programmer Humor@programming.dev · 3 days agomessage-square217fedilink
minus-squarelapping6596@lemmy.worldlinkfedilinkarrow-up11·2 days 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-up4arrow-down1·2 days 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 day 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