For method calls with external parameter names I can cmd-click in Xcode on any parameter name to jump to the method definition. For example, in
You have to do some work:
let c = Array.init("abc".characters) // ^^^^^
Use initializer expression, then cmd + click on it.