jQueryWTP
News
- 13 October 2008 jQueryWTP 0.2 released,this release is for jQuery1.2.6
jQuery is a fast, concise, JavaScript Library that simplifies how you traverse HTML documents, handle events, perform animations, and add Ajax interactions to your web pages. jQuery is designed to change the way that you write JavaScript.
Eclipse WTP support javascript code content assistance,but does not support jQuery.
jQueryWTP is a tool make Eclipse WTP support jQuery code content assistance.
PDT(PHP Development Tools framework for the Eclipse platform) is based on WTP,so the plug-in also support PDT.
jQueryWTP also support other tools based on WTP,such as MyEclipse.
Download
you can download here.
Installations
step1:download jqueryWTP_version.jar
step2:find you Eclipse Plugin org.eclipse.wst.javascript.ui_xxxxxxx.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.javascript.ui_xxxxxxx.jar,and output dir.
step5:click generate button.
step6:replace old org.eclipse.wst.javascript.ui_xxxxxxx.jar file with the generated file.
step7:restart eclipse.
step8:open a html file,edit js content.
Video
How it works
jQueryWTP add Javascript code content assistant config file's to Eclipse Plugin org.eclipse.wst.javascript.ui_xxxxxxx.jar.
here is the config snippet copied from the plugin,which make WTP support document.getElementById
#/---------------------------------------
#!getElementById()
#@type=method
#@iesupport=y
#@nssupport=n
#@ecmasupport=n
#@fc=doneclass
|
|