Hi all,
I'm deving PHP at the moment using Visual Studio as my IDE. I've installed the Phalanger Visutal studio integration to get PHP projects etc but I want VS to recognise the PHP start and end tags like the standard ASP ones.
i.e when I type <% %
> into the html editor, I want the PHP tags to behave the same <? ?>
I've fiddled in the "Tag Specific Options" and created a tag called ?, but it shows the closing tag wrong, like <? /?>
Can it be done?
Cheers
Tim