- Code: Select all
if <tab>
I get a php snippet as follows:
- Code: Select all
<?php if (condition): ?>
<?php endif ?>
Any ideas why? I'm new to Sublime - awesome so far just trying to get the hang of it.
Also, on a related note, what is the snippet for generating an open and close erb tag
- Code: Select all
<%= %>
Either with or without the "=" sign?
And is there an easy to view all the snippets along with their tab completion keys other than going into the filesystem and opening up each .snippet file?