Is there a way in Sublime to generate a PHP snippets?
Like in VIM, you would use SnipMate
For example, in C, typing
for<tab>
could be expanded to
for (i = 0; i < count; i++) {
/* code */
}
Is there a way in Sublime to generate a PHP snippets?
Like in VIM, you would use SnipMate
For example, in C, typing
for<tab>
could be expanded to
for (i = 0; i < count; i++) {
/* code */
}
Isntall Sublime Package Control: https://sublime.wbond.net/installation
Then install a snippet manager: https://github.com/csch0/SublimeText-Sublime-Text-3-Snippets