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!
- Host: GitHub
- URL: https://github.com/naturally-inviting/xcode-snippets
- Owner: Naturally-Inviting
- License: mit
- Created: 2023-01-20T18:18:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-12T21:28:39.000Z (over 2 years ago)
- Last Synced: 2024-02-12T22:51:19.671Z (over 2 years ago)
- Topics: swift, swift-composable-architecture, swiftui, swiftui-learning, tca, xcode
- Homepage:
- Size: 13.7 KB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.