instant method renaming
I have 30 classes from a foreign code base,
which have 110 occurances of a method name starting with
capital letter.
-> I want to turn all those method names to starting with
lower case
is it possible by struct replace?
Please sign in to leave a comment.