Sublime Forum

Problem with tab trigger

#1

Hi,

i’m new here. I have a little issue with the sublime tab trigger…

When i write php and i press tab, sublime completes the code in this way <?php | ?>… With the cursor between <?php and ?>, when i push enter it formats the code in this way:

<?php | ?>

Some time ago when i pushed the enter button, sublime picked up the code and redistributes it in this way:

<?php | ?>

I have this issue with all selector like ul, li, div, ecc.

Someone can help me?

Thanks

0 Likes