Recently have been learning Java projects with Eclipse and MyEclipse, in order to improve the development efficiency, we often use smart hints, and not only in the Java class implementation, in the JSP also have the same effect, see below how to operate.
Take MyEclipse as an example:
1, myeclipse--refrences--java--editor--content Assist, click Apply
Copy this paragraph:. ABCDEFGHIJKLMNOPQRSTUVWXYZABCDEFGHIJKLMNOPQRSTUVW
2, windows--prefrences--myeclipse--javascript--content Assist, click Apply
Note: In the third step, do not enter the. A~z, to enter the ZJS,
3. Open file→export→genral→preferences→ Export a file to any location, and then open the file with Notepad, ctrl+f find zjs and then change its value to. ABCDEFGHIJKLMNOPQRSTUVWXYZABCDEFGHIJKLMNOPQRSTUVW
Save the file.
4, open eclipse→file→import→genral→preferences, import just edited the file, all the setup is finished, now go to test it, is it feeling more cool than before?
Finally look at the effect:
Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.
Eclipse fully supports HTML/JS/CSS smart tips under JSP pages