File tree Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Original file line number Diff line number Diff line change 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>dble</Title>
6+ <Shortcut>dble</Shortcut>
7+ <Description>Code snippet for Debug.LogError()</Description>
8+ <Author>UnityLibrary</Author>
9+ </Header>
10+ <Snippet>
11+ <Declarations>
12+ <Literal Editable="false"></Literal>
13+ </Declarations>
14+ <Code Language="csharp"><![CDATA[Debug.LogError("$end$");]]></Code>
15+ </Snippet>
16+ </CodeSnippet>
17+ </CodeSnippets>
Original file line number Diff line number Diff line change 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>dblex</Title>
6+ <Shortcut>dblex</Shortcut>
7+ <Description>Code snippet for Debug.LogException()</Description>
8+ <Author>UnityLibrary</Author>
9+ </Header>
10+ <Snippet>
11+ <Declarations>
12+ <Literal Editable="false"></Literal>
13+ </Declarations>
14+ <Code Language="csharp"><![CDATA[Debug.LogException(e);]]></Code>
15+ </Snippet>
16+ </CodeSnippet>
17+ </CodeSnippets>
You can’t perform that action at this time.
0 commit comments