0

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.

user35322
  • 23
  • 1
  • 5
  • Did you download the php version of NetBeans (or the "full" one)? – Damien Pirsy Jan 11 '14 at 10:21
  • apparently not. :/ I downloaded it form this link: http://www.oracle.com/technetwork/java/javase/downloads/index.html It seems that is Java version. Is there any way to upgrade to PHP version? – user35322 Jan 11 '14 at 10:29
  • It might be, but I don't use Netbeans so I do not know how. It would be easier to head over the NetBeans website and DL the right version – Damien Pirsy Jan 11 '14 at 10:30

1 Answers1

0

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.

Balaji Kandasamy
  • 4,446
  • 10
  • 40
  • 58