Skip to content

califian/snippets

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Sublime Text 3


Create your own snippets and organise theme.

Alt text


To use it just clone the repository or download the zip file and unzip it and place it in the package/user folder. see the picture below for how to get package folder on mac.
create file with .sublime-snippet extension and copy and paste one of the example to edit it for you need`

for php:

If you want to use "$" for variables make sure to escape it with '\'`

For instance:

<snippet>
    <content><![CDATA[\$this->assertEquals (${1:});]]></content>
    <tabTrigger>equal</tabTrigger>
    <scope>source.php</scope>
    <description>Assert Equals call</description>
</snippet>`

Alt text

About

Simple custom template snippets for sublime text 3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%