forked from calimarkus/XcodeAutocompleteSnippets
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathclassComment.codesnippet
More file actions
30 lines (30 loc) · 904 Bytes
/
classComment.codesnippet
File metadata and controls
30 lines (30 loc) · 904 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?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>commentClass</string>
<key>IDECodeSnippetCompletionScopes</key>
<array>
<string>TopLevel</string>
</array>
<key>IDECodeSnippetContents</key>
<string>/**
@class
@abstract
@discussion
*/</string>
<key>IDECodeSnippetIdentifier</key>
<string>78E6D5D5-AB7D-4341-B74A-1E773A9BF489</string>
<key>IDECodeSnippetLanguage</key>
<string>Xcode.SourceCodeLanguage.Objective-C-Plus-Plus</string>
<key>IDECodeSnippetSummary</key>
<string>Creates a HeaderDoc like class comment</string>
<key>IDECodeSnippetTitle</key>
<string>Class Comment</string>
<key>IDECodeSnippetUserSnippet</key>
<true/>
<key>IDECodeSnippetVersion</key>
<integer>2</integer>
</dict>
</plist>