Eclipse3.6+JqueryWTP1.2实现Eclipse的Jquery智能提示功能

来源:互联网 发布:小丑皇噩梦军团 知乎 编辑:程序博客网 时间:2024/06/11 19:06

1. 打开http://www.langtags.com/jquerywtp/?page_id=11

注意页面说明:
       

prerequisite:
eclipse version 3.5,3.6
WTP(check is there a file org.eclipse.wst.jsdt.core_1.1.0.vXXXXXXXXX.jar in plugins directory )
Installation
see here

Download jquery wtp from sourceforge.


我选择的是eclipse3.6, 下载的版本是Eclipse IDE for Java EE Developers, (206 MB)。

JqueryWTP1.20下载的文件是:jqueryWTP1.20foJP.jar


2. JqueryWTP1.20安装说明:http://www.langtags.com/jquerywtp/?page_id=4

  • 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.


安装提示成功。。