Recently, it is necessary to use JS to develop a lot, but the JS editor that comes with MyEclipse2014 does not have the function of code prompts, and the development efficiency is a bit low, so it installs a Spket plug-in. The process is very simple, and the installation of the SVN plug-in is simpler than this.
Spket plugin
Spket is a powerful development tool, born for the development of JavaScript and XML. This powerful editor has comprehensive support for the development of JavaScript, XUL/XBLand Yahoo! Widget, such as code completion, syntax highlighting and content summary, helping to develop fruitful and create efficient JavaScript code.
Spket plugin installation:
First download the plug-in: //www.VeVB.COM/softs/456448.html
Unzip the file, then copy all the unzipped files to the drops package in the MyEclipse installation directory, and restart MyEclipse. (SVN installation only requires decompressing the file and then put it in the drops directory, no configuration is required)
Next, you need to make some configuration in MyEclipse, click Windows-->Preferences-->Speket-->New, and create a new file named JQuery;
Then click Add Library --> Select type as jQuery
Then click Add File to add the local jquery file, and the maximum available version is jquery-1.8.3. Click Default to set it as default after completion.
Finally, find *.js in Window-->General-->Editors-->File Associatior and select Spket JavaScript Editor as the default editor. Right-click the project name, click Reload JavaScript Profile and then open the JS file and you can see the code prompt.
The above is all the content of this article. I hope it will be helpful to everyone's learning and I hope everyone will support Wulin.com more.