# XCSnippetsApp macOS application to explore code snippets from the Swift and iOS community, view and edit the snippets before adding them conveniently to Xcode Screen Shot 2022-06-19 at 5 50 59 AM **Nearly 200 code snippets** thanks to the following open-source repositories: - https://github.com/burczyk/XcodeSwiftSnippets - https://github.com/QMUI/QMUI_iOS_CodeSnippets - https://github.com/onmyway133/SwiftSnippets - https://github.com/mjurfest/ios-xcode-snippets - https://github.com/MarcoEidinger/me.codesnippet ## Features - Filter by Language and Platform - Edit `Title`, `Summary`, `Code` and `Completion` for a snippet - Easily add snippets you like to Xcode ![addToXcode](https://user-images.githubusercontent.com/4176826/174482001-6d3eacf4-34a8-4554-bde6-6cc8122bd1da.gif) - In-app download of new snippets from the community ![downloadLatestCommunitySnippetsNew](https://user-images.githubusercontent.com/4176826/174503173-8d393bec-143a-4ce4-a053-0485fcc3b664.gif) ![downloadLatestCommunitySnippets](https://user-images.githubusercontent.com/4176826/174482617-983f72e2-e88a-46a5-9018-c4e24b6c7fe1.gif) ## Install Download the latest version from [GitHub Releases](https://github.com/MarcoEidinger/XCSnippetsApp/releases). Copy XCSnippetsApp to your Applications folder. ## Contribute To share your code snippets with the community and that your snippets will be available in the app, you can either - host them in your public GitHub repo (let me know so that I can instrument the app to source your snippets) OR - add them to https://github.com/MarcoEidinger/me.codesnippet with a pull request.