Does the Eclipse IDE test have a closing tag?

I am a web developer and need to close the tag for HTML. I always use Netbeans, but give Eclipse a try for the first time. By default, it seems to have a summary bracket combination for PHP / javascript, etc. But I don’t see the match of the closing tag when I find the clock in the opening tag. Is there a way to enable this feature or does it not exist?

Also how to change syntax colors in Eclipse, I do not see these options in Windows -> Preferences.

+4
source share
1 answer

Do you mean this effect?

enter image description here

It should be enabled by default.

To change the color syntax, go to Window --> Preferences and type color in the upper left search box. Then all color settings will be filtered.

You can change the color of matching tags in General ---> Editor ---> Text Editors ----> Annotation .

enter image description here

You can also try this Eclipse Color Theme plugin , which already includes many popular color themes.

PS All settings are based on version 1.7 Indigo eclipse version.

+4
source

All Articles