Bouke / SwiftInitializerGenerator

Xcode Source Code Extension to Generate Swift Initializers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Comments are not parsed correctly

LeeCenY opened this issue · comments

Xcode Version 9.3 (9E145)
let updated_at: String //updated_at
There are problems with comments or failures

Yeah such comments are currently not handled, I think. Currently a custom Swift code parser is implemented. I'd welcome a PR that resolves this issue with comments.