Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save backus/4721406 to your computer and use it in GitHub Desktop.
Save backus/4721406 to your computer and use it in GitHub Desktop.
Pre-Function Comment Block. Function, usage, dynamic underline, then description
<snippet>
<content><![CDATA[/**
* Function: ${1:Name}
* Usage: ${1:Name}(${2:params})
* -----------${1/./\-/g}${2/./\-/g}
* ${4:Description}
*/]]></content>
<tabTrigger>funcdesc</tabTrigger>
<description>Function name, usage, and description</description>
<scope>source.c, source.h, source.cpp</scope>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment