skip to Main Content

I am working on a legacy PHP web application that I wrote years ago, it uses the PHP short tag. I used NetBeans back then as my IDE and it worked great. Flash forward to today and I am making updates to the site. I downloaded NetBeans 15 which so far is a much prettier IDE. Problem is I can’t seem to find out how to set it to recognize the PHP short tag. I see the long tag works just fine. I don’t want to convert (while that would be easy enough)to long tags. Is there a way to set NetBeans 15 to recognize the PHP short tag?

I see post of doing this in oder version of NetBeans but nothing for the recent version which the UI has changed considerably.

thanks much.

2

Answers


  1. Chosen as BEST ANSWER

    I found the answer, it was staring me right in the face when I looked in the project properties, which I know I looked before but I must of glossed over it.

    Netbeans Proeprties


  2. According to the documentation:
    If you use Apache(2?) you can enable it in Netbeans 15 at "Customizing the Project Setup" on the source panel
    https://netbeans.apache.org/kb/docs/php/project-setup.html#copy-sources

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search