CodyIT@programming.dev to Programmer Humor@programming.dev · 2 months agothe beautiful codeprogramming.devimagemessage-square229linkfedilinkarrow-up12.09Karrow-down111
arrow-up12.08Karrow-down1imagethe beautiful codeprogramming.devCodyIT@programming.dev to Programmer Humor@programming.dev · 2 months agomessage-square229linkfedilink
minus-squarelapping6596@lemmy.worldlinkfedilinkarrow-up11·2 months 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 months 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·2 months 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