Bouke/SwiftInitializerGenerator

Ignore Empty Lines and Comments

mohamede1945 opened this issue · 3 comments

Currently, if there are empty lines between the properties or comments, the extension doesn't work and crashes.

Bouke commented

That's currently how it works, yes. Feel free to provide a patch that does handle such scenarios though. The extension doesn't crash however, it provides an Error to the completionHandler (which in Xcode probably incorrectly shows up as a crash).

Bouke commented

Fixed in 8ad0788.