5 changed files with 56 additions and 4 deletions
@ -0,0 +1,16 @@ |
|||||||
|
<?xml version="1.0" encoding="utf-8"?> |
||||||
|
<CodeSnippets xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet"> |
||||||
|
<CodeSnippet Format="1.0.0"> |
||||||
|
<Header> |
||||||
|
<Title>ifDEBUG</Title> |
||||||
|
<Shortcut>ifdebug</Shortcut> |
||||||
|
</Header> |
||||||
|
<Author>DK</Author> |
||||||
|
<Description>insert #if DEBUG</Description> |
||||||
|
<Snippet> |
||||||
|
<Code Language="CSharp"> |
||||||
|
<![CDATA[#if DEBUG #endif]]> |
||||||
|
</Code> |
||||||
|
</Snippet> |
||||||
|
</CodeSnippet> |
||||||
|
</CodeSnippets> |
||||||
@ -0,0 +1,19 @@ |
|||||||
|
<?xml version="1.0" encoding="utf-8"?> |
||||||
|
<CodeSnippets xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet"> |
||||||
|
<CodeSnippet Format="1.0.0"> |
||||||
|
<Header> |
||||||
|
<Title>ivk</Title> |
||||||
|
<Shortcut>ivk</Shortcut> |
||||||
|
</Header> |
||||||
|
<Author>DK</Author> |
||||||
|
<Description>insert Invoke((MethodInvoker)</Description> |
||||||
|
<Snippet> |
||||||
|
<Code Language="CSharp"> |
||||||
|
<![CDATA[ this.Invoke((MethodInvoker)(delegate |
||||||
|
{ |
||||||
|
})); |
||||||
|
]]> |
||||||
|
</Code> |
||||||
|
</Snippet> |
||||||
|
</CodeSnippet> |
||||||
|
</CodeSnippets> |
||||||
Loading…
Reference in new issue