Skip to content

tracyfloyd/Sublime-Text-2-Snippets

Repository files navigation

Sublime-Text-2-Snippets

A list of snippets that I frequently use in my daily life. I will have snippets for HTML, CSS, JavaScript and PHP.

Please note: All the snippets are triggered by the TAB character.

Global

Closure function

Keyword: fn

function() {
}

Laravel style comment

Keyword: /*l

/*
|--------------------------------------------------------------------------
| Title
|--------------------------------------------------------------------------
| 
| Description
| 
*/

PHP

Array

Keyword: rr

array() {
}

Var Dump

Keyword: vd

var_dump( $results );
exit;

Print R

Keyword: pr

echo '<pre>';
print_r( $results );
exit;

JavaScript

Console log

Keyword: log

console.log();

HTML

Twitter Bootstrap

Keyword: twb

Type 'twb' and press TAB to see a full list of commands available.

About

A list of snippets that I frequently use in my daily life.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published