| [news.eclipse.tools.pdt] Re: Code Completion: <? rather than <?php |
Hey,
Using "<? ?>" not recommended, in php6 short-tags are depreceated. And default php.ini have short-tags disabled
I like PDT. Thank you very much for a great work.
Question: When I type "<?" the IDE immediately completes the "php ?>" for me. Is there possibility to configure it, so that it appends just "?>" without "php"? (so I get "<??>" instead "<?php ?>")
Looked around the Google for and couldn't find anything. Much thanks for any insight.