We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89701ff commit 033482eCopy full SHA for 033482e
Debug/dbl.snippet
@@ -0,0 +1,24 @@
1
+<?xml version="1.0" encoding="utf-8" ?>
2
+<CodeSnippets xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet">
3
+ <CodeSnippet Format="1.0.0">
4
+ <Header>
5
+ <Title>dbl</Title>
6
+ <Shortcut>dbl</Shortcut>
7
+ <Description>Debug.Log</Description>
8
+ <Author>unitycoder.com</Author>
9
+ <SnippetTypes>
10
+ <SnippetType>Expansion</SnippetType>
11
+ </SnippetTypes>
12
+ </Header>
13
+ <Snippet>
14
+ <Declarations>
15
+ <Literal Editable="false">
16
+ <ID></ID>
17
+ <Function></Function>
18
+ </Literal>
19
+ </Declarations>
20
+ <Code Language="csharp"><![CDATA[Debug.Log("$end$");]]>
21
+ </Code>
22
+ </Snippet>
23
+ </CodeSnippet>
24
+</CodeSnippets>
0 commit comments