SwiftInitializerGenerator icon indicating copy to clipboard operation
SwiftInitializerGenerator copied to clipboard

Support type literals

Open ssobhy opened this issue 8 years ago • 1 comments

i tried to install it on xcode 9.1 and it is not working screen shot 2017-11-09 at 8 28 38 pm

ssobhy avatar Nov 09 '17 18:11 ssobhy

It's working just fine on 9.1. See the known limitations listed in the readme:

It will only parse attributes defined like (open|public|fileprivate|private|internal) [weak] (var|let) NAME: TYPE.

You didn't specify the types, but are using String literals. This is not supported, but would be cool to have.

Bouke avatar Nov 10 '17 14:11 Bouke