Hi everyone,
AppCode 2020.2 release is just around the corner, and our first Beta build delivers an initial implementation of the Change Signature refactoring for Swift! Let’s take a closer look at it.
When you need to change the signature of a method, the usual flow is to rename all the method parts separately, such as parameter names, internal parameter names, and the method name itself. This