All Projects → BalestraPatrick → Cleanclosurexcode

BalestraPatrick / Cleanclosurexcode

Licence: mit
An Xcode Source Editor extension to clean the closure syntax.

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Cleanclosurexcode

Xcodeequatablegenerator
Xcode 8 Source Code Extension will generate conformance to Swift Equatable protocol based on type and fields selection.
Stars: ✭ 188 (+1.08%)
Mutual labels:  xcode, extension
Xcodeway
⛵️ An Xcode Source Editor Extension that helps navigating to many places easier
Stars: ✭ 530 (+184.95%)
Mutual labels:  xcode, extension
Awesome Xcode Extensions
Awesome native Xcode extensions.
Stars: ✭ 2,628 (+1312.9%)
Mutual labels:  xcode, extension
Swiftlyext
SwiftlyExt is a collection of useful extensions for Swift 3 standard classes and types 🚀
Stars: ✭ 31 (-83.33%)
Mutual labels:  xcode, extension
Xcodecolorsense2
🍉 An Xcode source editor extension that shows hex color info
Stars: ✭ 281 (+51.08%)
Mutual labels:  xcode, extension
Comment Spell Checker
Xcode extension for spell checking and auto-correcting code comments.
Stars: ✭ 155 (-16.67%)
Mutual labels:  xcode, extension
Styleurl Extension
Share & export CSS tweaks from Chrome instantly.
Stars: ✭ 175 (-5.91%)
Mutual labels:  extension
Satin
A 3D Graphics Framework built on Apple's Metal
Stars: ✭ 182 (-2.15%)
Mutual labels:  xcode
Html Css Class Completion
🍫 Visual Studio Code extension that provides CSS class name completion for the HTML class attribute based on the CSS files in your workspace
Stars: ✭ 174 (-6.45%)
Mutual labels:  extension
Countrypicker
A simple, customizable Country picker for picking country or dialing code. 🇮🇳 🇯🇵 🇰🇷 🇩🇪 🇨🇳 🇺🇸 🇫🇷 🇪🇸 🇮🇹 🇷🇺 🇬🇧
Stars: ✭ 174 (-6.45%)
Mutual labels:  xcode
Naughtyattributes
Attribute Extensions for Unity
Stars: ✭ 2,641 (+1319.89%)
Mutual labels:  extension
Github Stars Manager
Chrome extension that allows you to manage your Github stars with tags, and to create a bookmark folder with all your stars organized by the tags you created
Stars: ✭ 183 (-1.61%)
Mutual labels:  extension
Environmentoverrides
QA assistant for a SwiftUI app: change the color scheme, accessibility settings, and localization on the fly!
Stars: ✭ 181 (-2.69%)
Mutual labels:  xcode
Uiemptystate
An empty state control to give visually appealing context when building iOS applications.
Stars: ✭ 177 (-4.84%)
Mutual labels:  xcode
Gopassbridge
A web extension for firefox and chrome to insert login credentials from gopass
Stars: ✭ 182 (-2.15%)
Mutual labels:  extension
Xcodeplugintool
🎧a easy way use plugins after Xcode upgraded
Stars: ✭ 174 (-6.45%)
Mutual labels:  xcode
Hyperborder
adds a gradient border to the Hyper terminal
Stars: ✭ 183 (-1.61%)
Mutual labels:  extension
Icondrop
Get access to 2 million+ design resources right inside Adobe Xd, Figma, Sketch, Microsoft Office, G Suite and many more.
Stars: ✭ 174 (-6.45%)
Mutual labels:  extension
Expandable Table View
Expandable UITableView in iOS
Stars: ✭ 180 (-3.23%)
Mutual labels:  xcode
Macos Cookbook
A Chef cookbook used to provision macOS
Stars: ✭ 183 (-1.61%)
Mutual labels:  xcode

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 file for more info.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].