The recent need to use a lot of JS to develop, but MyEclipse2014 with the JS editor without code hints, the development efficiency is a bit low, so installed a spket plug-in, the process is very simple, SVN plug-in installation is simpler than this.
Spket plug-in installation:
First Download plugin: http://download.csdn.net/detail/u012909091/7335891
unzip the file, and then copy the extracted files to the Dropins package in the MyEclipse installation directory and restart the myeclipse. (SVN installation only needs to unzip the files and then put them in the Dropins directory, without configuration)
Next you need to do some configuration in MyEclipse, click Windows-->preferences-->speket-->new, create a new file called jquery;
Then click Add Library--Select type jquery
Then click Add File to append the local jquery file and test the highest available version for jquery-1.8.3. when you are done, click Default to set Defaults .
Finally, in Window-->general-->editors-->file associatior find *.js Select Spket JavaScript Editor as the default editor. Right-click the project name, tap Reload JavaScript profile and then open the JS file to see the code hint.