一、Spket简介
Spket是一个RIA的开发工具,具有代码自动完成、语法高亮、内容概要等功能,可以帮助开发人员高效的编写JavaScript程序。
效果图:
二、安装Spket
1.去官网(http://www.spket.com/download.html)下载插件。
2.解压缩后,将features和plugins文件夹复制到eclipse的文件夹里,重启eclipse。
三、配置Spket
1.Window > Preferences > Spket > JavaScript Profiles > New, 输入“my”点击OK。
2.选择“my” 并点击“Add Library”然后在下拉条中选取“jQuery”。
3.选择 “jQuery”并点击“Add File”,然后选取“jquery-1.3.2-jsdoc-Spket-profile.js”(下载地址) 文件。
4.选择“my” 并点击“Defalut”设置为默认。
5.Window > Preferences > General > Editors > File Associations,将js文件的默认打开方式设置为Spket Javascript Editor。
6.重启eclipse,大功告成。