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.

Revisions

  1. Stiner revised this gist Jan 21, 2022. No changes.
  2. Stiner created this gist Jan 21, 2022.
    25 changes: 25 additions & 0 deletions 주석 영역.snippet
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,25 @@
    <?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>