Eclipse HTML Tag Autocomplete

Transition from VisualStudio to Eclipse! I have a question:

I created File-> New-> Project-> General Project and added the .htm file to it and went into text editor mode. But it does not have intellisence for HTML tags when entering them. Then I installed the Aptana plugin and it turned out to autocomplete for my tags, but that didn't change anything. So we have to dial everything? No Intellisense for HTML in Eclipse?

+4
source share
1 answer

Install the Web Tooling Platform (WTP) , which should give you automatic completion.

+3
source

Source: https://habr.com/ru/post/1383109/


All Articles