Bouke / SwiftInitializerGenerator

Xcode Source Code Extension to Generate Swift Initializers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ignore Empty Lines and Comments

mohamede1945 opened this issue · comments

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

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).

Fixed in 8ad0788.