做php开发IDE先后用过pdt,netbeans6.0和zendstudio,由于netbeans对ror的支持非常酷,在家里的macbook上用起来效果也非常好,所以对nb一直比较偏爱,虽然在php开发支持上是要弱于zendstudio的,上个月底nb6.1发布了,由于我以前使用nb6.1m的糟糕体验,并没有去尝试,今天在info上看到一篇讲nb6.1新特性的文章,提到了官方的说明:
NetBeans IDE针对PHP的预览版包含了智能编辑特性,如带优先级的代码完成(prioritized code completion)、即时重命名、标记出现(mark occurrences)、动态代码模板及轻松导航( easy navigation)。除了编辑器,它还支持调试;部署到本地服务器;动态帮助和示例项目以帮助开发人员尽快上手PHP;对嵌入式CSS、HTML与 Java_script(TM)技术的支持……
更好的php支持,更好的js支持,cool!太吸引我了,马上download尝试下
只用php,java用不上,选择了early access for php这个版本的pack,安装后加载:
相比6.1m的龟速,6.1final确实快了
里面的php智能感知,终于和ror一样赞了,智能感知中展示sample code这是我最喜欢的一个地方:
最爽的是,偶的jqeruy也能被感知,效果还非常不错,code sample,hoho~
在强大的zendstudio以外,在不需要强大的调试的时候,netbeans6.1是个非常不错的选择
官方的新特性介绍:
http://www.netbeans.org/community/releases/61/
开始支持web api,facebook,google的都支持了,这个功能让我眼前一亮啊,找机会试试
Support for Popular Web APIs
Create mashup applications easily
Drag and drop operations into a POJO, Servlet, JSP and RESTful web services and the NetBeans IDE generates all the code to access services
Supports web APIs such as Google, Facebook, Yahoo, and YouTube
RESTful Web Service Support
Build JSR311-compliant RESTful Web services using Jersey
Test your apps with the new REST Test Client
Use wizards to create REST services from JPA entity classes and generate JavaScript client stubs from WADL