swiftlang / vscode-swift

Visual Studio Code Extension for Swift
https://marketplace.visualstudio.com/items?itemName=sswg.swift-lang
Apache License 2.0
709 stars 47 forks source link

Add Code Snippets #792

Closed plemarquand closed 1 month ago

plemarquand commented 1 month ago

Augment the built in collection of Swift snippets with some common snippets that were not included. Also adds snippets for creating test suites and cases in both XCTest and swift-testing.

plemarquand commented 1 month ago

@adam-fowler For the basic Swift ones I was trying to fill the gap between what what was missing in the VSCode Swift language support extension and what is present in Xcode. I agree they're not that useful day to day but could help a beginner, maybe. I'm not committed to keeping them if you'd rather omit them.