Skip to content

Instantly share code, notes, and snippets.

@Stiner
Last active January 21, 2022 01:07
Show Gist options
  • Save Stiner/c4f71738f227222f37c2f3dbcc30baa6 to your computer and use it in GitHub Desktop.
Save Stiner/c4f71738f227222f37c2f3dbcc30baa6 to your computer and use it in GitHub Desktop.
Code Snippet for Visual Studio
<?xml version="1.0" encoding="utf-8"?>
<CodeSnippets xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet">
<CodeSnippet Format="1.0.0">
<Header>
<Title>주석 영역</Title>
<Author>Stiner</Author>
<Description>주석 영역 만들기</Description>
<Shortcut>//--</Shortcut>
</Header>
<Snippet>
<Declarations>
<Literal>
<ID>description</ID>
<ToolTip>영역 이름</ToolTip>
<Default>설명</Default>
</Literal>
</Declarations>
<Code Language="CSharp"><![CDATA[//----------------------------------------
// $description$
$selected$
$end$//----------------------------------------]]>
</Code>
</Snippet>
</CodeSnippet>
</CodeSnippets>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment