Posted on 2006-07-20 09:59
百花島主 閱讀(5090)
評論(0) 編輯 收藏 所屬分類:
Eclipse插件基礎
插件名稱:JSEclipse
插件分類:Editor
插件版本:1.5.2
插件介紹:
??? JSEclipse是在Eclipse環境下的Javascript腳本編輯器,最大的特點就是對js的自動完成功能非常完美,支持普通DOM對象的點取,如document對象,screen對象,這些對象都是通過外置的xml文件配置進行工作的,所以用戶可以根據自己需要配置更詳細的DOM對象的xml文件。除基本的DOM對象支持外,JSEclipse對js文件內的Class和Function也能完美地支持自動完成。除自動完成功能外,該插件還支持JS的語法高亮、錯誤和警告提示等等,唯一遺憾的就是沒有調試功能,希望下一個版本把javascript腳本調試加進來,這樣才算是一個真正意義上的js開發插件。
一、JSEclipse Benefits :: Improve the JavaScript coding experience
?????? Improve JavaScript programming in the Eclipse environment
??????JSEclipse offers many features to improve programming in the Eclipse environment for JavaScript developers. Major things like code completion and content outline are combined with nice touches like editing helpers and occurence markers to help improve this experience.
?? ???Code completion offers results from scanning open files, classes defined in XML files from the plug-ins folder and the all files in the same project, to offer better code completion suggestions.
????? Integration with most features of Eclipse (problem reporting, outline, code templates) provide a familiar
二、JSEclipse Benefits :: Support AJAX development
?????? Common idioms and patterns support
?????? When you use a major JavaScript libary like Dojo or Prototype, you need to use common idioms and patterns used throughout that library to make better use of that library.
?????? JSEclipse makes it easy to follow this practices by understanding how code is written in these libraries and using that to power the code completion engine and outline panel. Also, code templates are available to capture repeatable snippets and make them easier to use.
三、JSEclipse Benefits :: Manage large code repositories
????? ?Specific features for working with multiple large projects
?????? To help working with large codebases, JSEclipse offers a range of features that enable easier switching between projects like project dependent code completion.
?????? It also allows inclusion of external libraries in the code completion engine. This can be used to allow you to edit JavaScript that has access to other features
四、JSEclipse Benefits :: Develop JavaScript faster
??? ???Code formatting, code completion, archive results
?????? JSEclipse makes it easy for you to focus on your application architecture and major features by taking away the tedious tasks like code formatting and basic syntax checking and providing sensible out of the box, yet customisable, behaviour.
?????? The code completion engine also helps to focus on the interface of your classes and to create reusable code by not forcing you to know all the implementation details of a specific library.
?????? Finally, all the code editing helpers provide a friendlier environment to edit your code and allows you to type less and achieve more results. These include among
從以上四大特點可以看出,JSEclipse對Eclipse的支持程度是相當高的,因此值得使用和開發。
安裝要求:
該插件支持Eclipse3.1或更高版本,需要JRE1.4或更高版本。如果你在安裝此插件前還安裝了WTP、MyEclipse等插件,請更改.js文件的默認打開方式為JSEclipse才能啟用這個插件
期待JSEclipse下一版本功能更完善、更強大,給用戶提供更多驚喜!