[Switch] Eclipse supports writing automatic prompts for HTML/JS/CSS/JSP pages, eclipsecss
To use the plug-in provided by eclipse, you do not need to install the plug-in. The steps are as follows:
1. Open eclipse → Windows → Preferences → Java → Editor → Content Assist
Modify Auto Activation triggers for Java to: zjava click apply
2. Continue to open JavaScript → Editor → Content Assist
Modify Auto Activation triggers for JavaScript to: zjs click apply
3. Continue to open web → html Files → Editor → Content Assist
Modify the value of Prompt when these characters are inserted to zhtml and click apply.
4. Open File → Export → Genral → Preferences → Export a File to any location, then open the File in notepad, Ctrl + F
Search for zjava and change its value to. abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW.
Search for zjs and change its value to. abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW.
Search for zhtml and change its value to <=. abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW.
Save the file.
5. open eclipse → File → Import → Genral → Preferences. After importing the File you just edited, all the settings are complete. Now, let's test whether it feels better than before. Haha ,,, if you have any questions, please reply to me directly.
Below are the images after successful debugging: