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.
Keyword: fn
function() {
}
Keyword: /*l
/*
|--------------------------------------------------------------------------
| Title
|--------------------------------------------------------------------------
|
| Description
|
*/
Keyword: rr
array() {
}
Keyword: vd
var_dump( $results );
exit;
Keyword: pr
echo '<pre>';
print_r( $results );
exit;
Keyword: log
console.log();
Keyword: twb
Type 'twb' and press TAB to see a full list of commands available.