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?
请先登录再写评论。