An open API service indexing awesome lists of open source software.

https://github.com/naturally-inviting/xcode-snippets

Helpful snippets for Xcode!
https://github.com/naturally-inviting/xcode-snippets

swift swift-composable-architecture swiftui swiftui-learning tca xcode

Last synced: 8 months ago
JSON representation

Helpful snippets for Xcode!

Awesome Lists containing this project

README

          

# 🛠️ Xcode Snippets

Helpful snippets for Xcode!

## Installation

1. Past the snippet in Xcode.
2. Select the text.
3. Right-click and select `Create Code Snippet...`
4. `Completion` - What you would like Xcode to trigger this snippet with.
5. `Availability` - Limits the snippet visibility based on the specified scope.
(I personally use the top level scope for reducer snippets)
6. Simply typing the trigger word and Xcode will paste the snippet.