SwiftKitten icon indicating copy to clipboard operation
SwiftKitten copied to clipboard

Init functions don’t offer completion options

Open jwells89 opened this issue 9 years ago • 0 comments

Got SwiftKitten installed and running quite nicely with cffi. Super snappy, great work.

The only issue I’ve encountered is that init functions don’t autocomplete correctly. So for instance, typing NSString( won’t offer data: Data, encoding: UInt (among others) as an option to produce the final result of NSString(data: Data, encoding: UInt).

These functions all show up as autocomplete options if one types NSString. instead, so this feels like an issue with the triggering mechanism and hopefully simple to fix.

If this were fixed, ST3 + SwiftKitten would be very close to an Xcode replacement for me! I’d love to be able to relegate Xcode to XIB+Storyboard duty. ST3’s build system isn’t 100% up to the task but that’s nothing a simple bash script can’t fix.

jwells89 avatar Jul 29 '16 20:07 jwells89