Home > Web Front-end > HTML Tutorial > Let eclipse fully support HTML/JS/CSS smart prompts_html/css_WEB-ITnose

Let eclipse fully support HTML/JS/CSS smart prompts_html/css_WEB-ITnose

WBOY
Release: 2016-06-24 11:55:48
Original
1243 people have browsed it

When using eclipse to develop jsp pages, the smart prompt effect is not ideal. By modifying the eclipse configuration, it can fully intelligently prompt HTML/JS/CSS code. The specific steps are as follows

1. Open eclipse→ Windows→Preferences→Java→Editor→Content Assist

Modify the value of Auto Activation triggers for java to: ".abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" (the convention "" needs to be removed) Click the apply button;

2. Continue to open JavaScript→Editor→Content Assist

Modify the value of Auto Activation triggers for javaScript to: ".abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" Click the apply button;

3. Continue to open web→html Files→Editor→Content Assist

Modify the value of Prompt when these characters are inserted:: "<=.abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW" Click the apply button;

[Principle:]

This modification is to let the IDE When encountering such characters, perform a prompt search. If you feel that the prompt is not fast enough, you can increase the "delay" time.

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template