现在的位置: 首页 > 综合 > 正文

JavaScript开发工具–Aptana

2012年07月31日 ⁄ 综合 ⁄ 共 1265字 ⁄ 字号 评论关闭

介绍一款优秀的Javascript(AJAX) 开发工具:Aptana

Aptana中的智能提示称为 Code Assist,相当于VS中的Intellisense。

看到后面的浏览器图标了吗?那是浏览器兼容性的提示。如果你是一个JS老鸟你应该知道那对开发者来说有多重要。

不仅仅是javascript,智能提示的范围还包括DOM 1,2 for HTML:
CSS:

看到后面的黄框框了吗?那是VS里称为Quick Info的东西。

错误提示 -- 一个都不能少:

Doument outline(文档结构)CSS、HTML、JS统一显示:

代码折叠、项目管理这些小菜不用讲了,都支持。Aptana还有很丰富的在线文档,是以wiki形式不断更新的,当然在连线的情况下你可以在Aptana中直接访问这些文档。

The Web IDE

Aptana is a robust, JavaScript-focused IDE for building dynamic web applications.

Highlights include the following features:

  • Code Assist on JavaScript, HTML, and CSS languages, including your own JavaScript functions
  • Outliner that gives a snapshot view of your JavaScript, HTML, and CSS code structure
  • FTP/SFTP uploading, downloading and synchronization
  • JavaScript debugger to troubleshoot your code
  • Error and warning notification for your code
  • Support for Aptana UI customization and extensions
  • Cross-platform support
  • Free and open source licensed under the Eclipse Public License, v1.0.
  • Please note that milestone 9 is still a preview release

Released 7/11/2007.
Features new colorization engine, Eclipse Monkey support and tons of enhancements.

Released 8/17/2007.
Features PHP support, updates to the JavaScript outliner, and Ajax library updates.

System Requirements

抱歉!评论已关闭.