Netbeans 7.4 php highlight error

154 Views Asked by At

I use(try to use) Netbeans 7.4 in Linux Mint 14(xfce) to write PHP code. I can write, save... but I don't have highlighting for PHP code. Even don't have an option to open php project. When I wanna write PHP code I use "Empty File" than save as .php file.

1

There are 1 best solutions below

0
On BEST ANSWER

To install PHP plugin in Netbeans, try the below steps

  1. Go to Tools->Plugins
  2. Select 'Available Plugins' Tab in Plugins window.
  3. Check "PHP" from the available plugins. and then click Install.

Now your IDE will support PHP.