-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathseelw.snippet
More file actions
25 lines (25 loc) · 887 Bytes
/
seelw.snippet
File metadata and controls
25 lines (25 loc) · 887 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
<?xml version="1.0" encoding="utf-8"?>
<CodeSnippets xmlns="http://schemas.microsoft.com/VisualStudio/2010/CodeSnippet">
<CodeSnippet Format="1.0.0">
<Header>
<Title>XMLコメント(see langword)</Title>
<Description>XMLコメントに言語で定義されているキーワードを記述します。</Description>
<SnippetTypes>
<SnippetType>Expansion</SnippetType>
</SnippetTypes>
<Shortcut>seelw</Shortcut>
</Header>
<Snippet>
<Declarations>
<Literal>
<ID>keyword</ID>
<ToolTip>言語で定義されているキーワード</ToolTip>
<Default>true</Default>
</Literal>
</Declarations>
<Code Language="csharp" Kind="method decl">
<![CDATA[<see langword="$keyword$"/>]]>
</Code>
</Snippet>
</CodeSnippet>
</CodeSnippets>