Skip to content

Instantly share code, notes, and snippets.

@uzzu
Created May 22, 2013 04:26
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save uzzu/5625238 to your computer and use it in GitHub Desktop.
Save uzzu/5625238 to your computer and use it in GitHub Desktop.
MonoDevelop code snippets example. Add to ``~/Library/MonoDevelop-Unity-2.8/Snippets``
<?xml version="1.0" encoding="utf-8"?>
<CodeTemplates version="3.0">
<CodeTemplate version="2.0">
<Header>
<_Group>UnityC#</_Group>
<Version />
<MimeType>text/x-csharp</MimeType>
<Shortcut>B_</Shortcut>
<_Description />
<TemplateType>Unknown</TemplateType>
</Header>
<Variables />
<Code><![CDATA[Bezier]]></Code>
</CodeTemplate>
</CodeTemplates>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment