Lucas Mrowskovsky Paim
Lucas Mrowskovsky Paim
In my project breakpoints can stop my code execution, but I can't see any variable value, everything says: `error: cannot find '' in scope` I have tried on `AppDelegate`, `ViewController:viewDidLoad`...
Please add support for attributed text, for we can put customized texts on title
When running this module, it gets my protocols and make those methods public, that's wrong, because protocol methods can't be public, the protocol are public. Example: ```swift protocol Foo {...
This module don't recognize align attr, example: ```swift struct Foo { let foo1, foo2: Int } ``` Need to be: ```swift public struct Foo { let foo1, foo2: Int public...