今天下了jqueryWTP0.34foCN,根据官方安装步骤整合到我的Eclipse3.5.2,也算成功了,但是发现问题了:jQuery提示只能是$.才能提示,我打$("#id").都不会提示,也没找到什么原因。用那个spket1.6.18,虽然提示jQuery还不错,但是把我的File Associations全部默认改成spket的text打开了,看着真不爽,要一个一个改回来,毕竟只用来打开JS文件。
附上jQueryWTP的下载地址及安装步骤:
Installations(http://www.langtags.com/jquerywtp/?page_id=11)
step1:download jqueryWTP_version.jar
step2:find you Eclipse Plugin org.eclipse.wst.jsdt.core_version.jar,backup the plugin.
step3:double click the jar file or run with command java -jar jqueryWTP.version.jar
step4:on the opened swing UI,choose org.eclipse.wst.jsdt.core_version.jar,and output dir.
step5:click generate button.
step6:replace old org.eclipse.wst.jsdt.core_version.jar file with the generated file.
step7: delete directory workspace/.metadata/.plugins/org.eclipse.wst.jsdt.core
step8:start eclipse.
step9:open a html file or a js file,edit js content.