Develop PHP in your favourite editor - Netbeans

Published:
Updated:
Nowadays, there are so many php-editors available. Some has excellent features like code completetion, parameter hints, storing code snippets and so many. But editing on leading open source editor such as Netbeans and Eclipse are so amazing that it put all the existing free IDE to a mile behind.

Almost every Java Developers know Netbeans. According to Netbeans.org, Netbeans is:

A free, open-source Integrated Development Environment for software developers. You get all the tools you need to create professional desktop, enterprise, web, and mobile applications with the Java language, C/C++, and even dynamic languages such as PHP, JavaScript, Groovy, and Ruby. NetBeans IDE is easy to install and use straight out of the box and runs on many platforms including Windows, Linux, Mac OS X and Solaris.


From Neteans 6.5 you can successfully develop and deploy PHP applications in the NetBeans IDE.

Current features for PHP editing are:
    * Syntax Highlighting
    * Go To Declaration
    * Navigator
    * Code Folding
    * Smart Indent
    * Formatting
    * Bracket Completion
    * Code Completion
    * Parameter Hints

And also with this you get several features from netbeans ide itself, like:
    *Support for the CVS versioning system, and SVN
    *Support to edit CSS and JavaScript (full Ajax support)
    *Support for importing eclipse project.

So, it is hightime to switch your default PHP ide to Netbeans. It have almost every features to be a complete PHP WEB Development IDE.

To know more visit:
http://www.netbeans.org/kb/docs/php/php-editor-screencast.html
http://php.netbeans.org/
1
2,543 Views

Comments (0)

Have a question about something in this article? You can receive help directly from the article author. Sign up for a free trial to get started.