Skip to content

Instantly share code, notes, and snippets.

View anhphamt's full-sized avatar

Phamazing anhphamt

View GitHub Profile
@anhphamt
anhphamt / common.sublime-completions
Last active May 9, 2016 14:34
Sublime text 3 snippets and completions
{
"scope": "source.php",
"completions":
[
{ "trigger": "dbg", "contents": "echo '<pre>'. print_r($0, true) . '</pre>'; \ndie();" },
]
}