Skip to content

Instantly share code, notes, and snippets.

@trilliwon
Created December 26, 2016 06:23
Show Gist options
  • Save trilliwon/c056628d72abfe772bedaf9a9912cdf1 to your computer and use it in GitHub Desktop.
Save trilliwon/c056628d72abfe772bedaf9a9912cdf1 to your computer and use it in GitHub Desktop.
custom code snippets
<?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>trilliwon-screen-name</string>
<key>IDECodeSnippetCompletionScopes</key>
<array>
<string>ClassImplementation</string>
</array>
<key>IDECodeSnippetContents</key>
<string>fileprivate struct ScreenName {
static let &lt;#object#&gt; = ""
}</string>
<key>IDECodeSnippetIdentifier</key>
<string>B5FFB5B9-1B62-49B5-B1E1-0749BBE07D42</string>
<key>IDECodeSnippetLanguage</key>
<string>Xcode.SourceCodeLanguage.Swift</string>
<key>IDECodeSnippetSummary</key>
<string>struct ScreenName</string>
<key>IDECodeSnippetTitle</key>
<string>fileprivate struct ScreenName</string>
<key>IDECodeSnippetUserSnippet</key>
<true/>
<key>IDECodeSnippetVersion</key>
<integer>2</integer>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment