<?xml version="1.0" encoding="utf-8"?>
<CodeSnippets xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet">
<CodeSnippet Format="1.0.0">
<Header>
<Title>tol</Title>
<Shortcut>tol</Shortcut>
<Description>TODO Task With Level Snippet</Description>
<Author>XFEstudio</Author>
<SnippetTypes>
<SnippetType>Expansion</SnippetType>
<SnippetType>SurroundsWith</SnippetType>
</SnippetTypes>
</Header>
<Snippet>
<References>
<Reference>
<Assembly>XFEExtension.NetCore.TodoHighLight</Assembly>
</Reference>
</References>
<Declarations>
<Literal>
<ID>level</ID>
<ToolTip>TODO Comment Warning Level
0 - Hidden
1 - Tip
2 - Warning
3 - Error</ToolTip>
<Default>2</Default>
</Literal>
<Literal>
<ID>comment</ID>
<ToolTip>Your Todo Task Comment</ToolTip>
<Default>some task to do</Default>
</Literal>
</Declarations>
<Code Language="csharp" Kind="any"><![CDATA[//TODO:$level$ $comment$$end$]]>
</Code>
</Snippet>
</CodeSnippet>
</CodeSnippets>
<?xml version="1.0" encoding="utf-8"?>
<CodeSnippets xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet">
<CodeSnippet Format="1.0.0">
<Header>
<Title>tol</Title>
<Shortcut>tol</Shortcut>
<Description>TODO Task With Level Snippet</Description>
<Author>XFEstudio</Author>
<SnippetTypes>
<SnippetType>Expansion</SnippetType>
<SnippetType>SurroundsWith</SnippetType>
</SnippetTypes>
</Header>
<Snippet>
<References>
<Reference>
<Assembly>XFEExtension.NetCore.TodoHighLight</Assembly>
</Reference>
</References>
<Declarations>
<Literal>
<ID>level</ID>
<ToolTip>TODO Comment Warning Level
0 - Hidden
1 - Tip
2 - Warning
3 - Error</ToolTip>
<Default>2</Default>
</Literal>
<Literal>
<ID>comment</ID>
<ToolTip>Your Todo Task Comment</ToolTip>
<Default>some task to do</Default>
</Literal>
</Declarations>
<Code Language="csharp" Kind="any"><![CDATA[//TODO:$level$ $comment$$end$]]>
</Code>
</Snippet>
</CodeSnippet>
</CodeSnippets>