However, they seem to get stuck in their next/previous field roles and I can't seem to break them out of this. My snippet is below, if you tab through the fields then enter some code, then select a line and press Shift+Tab it jumps back to the field, rather than unindenting the line. Can anyone see if I'm doing something wrong?
- Code: Select all
<snippet>
<content><![CDATA[<?${TM_PHP_OPEN_TAG:php}
/*
Plugin Name: ${1:Plugin Name}
Plugin URI: http://$2
Description: ${3:Description}
Version: ${4:0.1}
Author: ${5:Author}
Author URI: http://$6
*/
${0:# beautiful code...}
?>]]></content>
<tabTrigger>wpplugin</tabTrigger>
<scope>text.html - source.php</scope>
<description>WordPress Plugin Template</description>
</snippet>
Thanks
Simon