Skip to content

Instantly share code, notes, and snippets.

@jdavidbakr
Created May 22, 2015 17:19
Show Gist options
  • Save jdavidbakr/77be363489c8f25e04ae to your computer and use it in GitHub Desktop.
Save jdavidbakr/77be363489c8f25e04ae to your computer and use it in GitHub Desktop.
Snippet: PHP Quick Class
<snippet>
<content><![CDATA[
<?php
namespace ${1:App};
class ${2:ClassName} {
${3}
}
?>
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>class</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<!-- <scope>source.python</scope> -->
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment