Popularity
3.4
Stable
Activity
0.0
Stable
185
9
15

Programming language: Swift
License: MIT License
Tags: Plugins     Xcode    

CleanClosureXcode alternatives and similar libraries

Based on the "Plugins" category.
Alternatively, view CleanClosureXcode alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of CleanClosureXcode or a related project?

Add another 'Plugins' Library

README

Clean Closure - Xcode Source Editor Extension

Clean Closure is a simple Xcode Source Editor Extension for Xcode 8. It parses each line of a file to simplify the syntax of closures in your Swift code by removing the useless ().

The code is pretty straighforward and it uses a NSRegularExpression to find out where a closure is by looking for (, ) and in characters.

Requirements

๐Ÿ›  Xcode 8.0 and Swift 3.0.

Please run sudo /usr/libexec/xpccachectl and restart your Mac before running the extension if you are on macOS 10.11 El Capitan.

Author

I'm Patrick Balestra. Email: [email protected] Twitter: @BalestraPatrick.

License

CleanClosureXcode is available under the MIT license. See the [LICENSE](LICENSE) file for more info.


*Note that all licence references and agreements mentioned in the CleanClosureXcode README section above are relevant to that project's source code only.