Question

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.

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top