Sublime Forum

Problem when create php tag

#1

Problem occur when i try to create a php tag, i typed “< php” and press enter, i got this:
<<?php ?> . The correct result is “<?php ?>”, only one “<” but i got two. So how can i resolve this problem ?

0 Likes

#2

Hm, I agree that kind of goes against how html completions are provided, but the php tag also starts with ?, so it is rather differnt in the first place.

You can just type php<tab> (without typing < before) to get the correct snippet, however.

0 Likes