Skip to content

Instantly share code, notes, and snippets.

@aainaj
Created February 4, 2019 05:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aainaj/2bcfe3362bf4c8719ce932e15a9ca57f to your computer and use it in GitHub Desktop.
Save aainaj/2bcfe3362bf4c8719ce932e15a9ca57f to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDECodeSnippetCompletionPrefix</key>
<string>test-template</string>
<key>IDECodeSnippetCompletionScopes</key>
<array>
<string>All</string>
</array>
<key>IDECodeSnippetContents</key>
<string>func test_&lt;# unitOfWork_expectedInputOrState_expectedBehavior #&gt;() {
// Given
&lt;# Given #&gt;
// When
&lt;# When #&gt;
// Then
&lt;# Then #&gt;
}
</string>
<key>IDECodeSnippetIdentifier</key>
<string>9D5E956D-8CA4-4106-8AD1-A28F972E0BC2</string>
<key>IDECodeSnippetLanguage</key>
<string>Xcode.SourceCodeLanguage.Swift</string>
<key>IDECodeSnippetPlatformFamily</key>
<string>iphoneos</string>
<key>IDECodeSnippetSummary</key>
<string>Test snippet template</string>
<key>IDECodeSnippetTitle</key>
<string>Test snippet</string>
<key>IDECodeSnippetUserSnippet</key>
<true/>
<key>IDECodeSnippetVersion</key>
<integer>0</integer>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment