http://lusterfly.iteye.com/blog/1872627
In previous versions of MyEclipse 9, we could do this if we were to add automatic code hints to the HTML editor:
- Windows-->preferences-->myeclipse-->files and editors-->html-->html Source-->Content assist
- On the right in prompt when these characters is inserted after entering <= abcdefghijklmnopqrstuvwxyz
This allows us to edit the content in the HTML code when the input of any character, space, and so on can achieve the function of the code automatically prompt.
But such a good function in the MyEclipse 9.0 later version, we do not see the content assist after HTML source This option, there is no place to fill in the above automatic hint. Such a very useful feature does not know why MyEclipse officially canceled this setting.
When I use MyEclipse 10.0, when I write HTML code in the JSP, I find that without this automatic hint greatly affect the work efficiency, after research found, you can use the following in the seller method for our MyEclipse 10 inside the code hint:
1, File-->export-->general-->preferences Click Next, export this profile to the desktop, my name is T.EPF.
2, open the file on the desktop using a text editor, add the following line in the content after saving
/instance/org.eclipse.wst.html.ui/autoproposecode=<\= abcdefghijklmnopqrstuvwxyz\:
Contains all content, including the previous/
3, then import this configuration file, File-->import-->general-->preferences, is the first step of the inverse operation.
Now open the JSP or HTML content to see if you already have an automatic hint?
MyEclipse html/jsp Editor Add code Auto hint