Last active
January 21, 2022 01:07
-
-
Save Stiner/c4f71738f227222f37c2f3dbcc30baa6 to your computer and use it in GitHub Desktop.
Revisions
-
Stiner revised this gist
Jan 21, 2022 . No changes.There are no files selected for viewing
-
Stiner created this gist
Jan 21, 2022 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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>