Everytime i'd like to do some research how a problem is solved in swift standard libraries, Xcode shows only the corresponding header file of the specific class.
For Example when i want to see how the M_PI_2
property or the String
class is implemented with cmd + click
, Xcode shows only the "header" of this computed property / class, but not the actual underlying source code.
Is there any possible way to attach Swifts source code to Xcode like you can add the Java sources in eclipse like its done here?
- How can i add the Swift 3 source files?
- How can i force Xcode to show them instand of the header files?