Added my snippets and current settings on Linux
This commit is contained in:
19
Packages/User/pdoc.sublime-snippet
Normal file
19
Packages/User/pdoc.sublime-snippet
Normal file
@ -0,0 +1,19 @@
|
||||
<snippet>
|
||||
<content><![CDATA[
|
||||
/**
|
||||
* ${1:Description}
|
||||
*
|
||||
* @since ${5:1.0}
|
||||
*
|
||||
* @param ${2:datatype} ${3:\$variable}
|
||||
*
|
||||
* @throws ${4:\Exception}
|
||||
*
|
||||
* @return ${6:boolean}
|
||||
*/
|
||||
]]></content>
|
||||
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
|
||||
<tabTrigger>pdoc</tabTrigger>
|
||||
<!-- Optional: Set a scope to limit where the snippet will trigger -->
|
||||
<scope>source.php</scope>
|
||||
</snippet>
|
Reference in New Issue
Block a user