Last active
January 21, 2022 01:07
-
-
Save Stiner/c4f71738f227222f37c2f3dbcc30baa6 to your computer and use it in GitHub Desktop.
Code Snippet for Visual Studio
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 characters
| <?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