I am using Zend Studio 8.0 for Mac, every time I start to type the php tag it will autocomplete the full

<?php ?> 

is there a way to set it to:

<?= ?>

I have looked at all the settings and I can't seem to figure out.

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

Window > Preferences, go to the PHP > Editor > Typing and un-check the "Add php after start tag" this will not solve your problem but will save you the action of removing the php token after you click '

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.