vote up 9 vote down star
2

I was amazed to find out that apparently Eclipse doesn't come with a decent HTML editor by default (it opened my .html file in some kind of browser view and apparently tried to render it). And the basic text editor is not good enough (I need at least some syntax highlighting and automatic indenting).

Any suggestions?

flag

8 Answers

vote up 15 vote down check

If you installed the basic Eclipse package you might not have HTML editors installed. If you installed Eclipse IDE for Java EE Developers it comes with the Web Tools Platform preinstalled. It has relatively good HTML editor (tag and attribute autocompletion with ctrl+space etc.) and even a "Web Page Editor" which lets you see the elements you are editing in a preview window. I guess you could try installing the Web Tools Platform (plugin) to your existing install.

link|flag
1  
Yeah and it's only 'Web Page Editor' that you need to install in order to get html editor. – gsmd Apr 1 at 16:47
Good point because the rest of the Web Tools Platform is definitely overkill if you just want to edit HTML. – Cory Engebretson Aug 5 at 16:28
does the web tools platform have a WYSWYG tool? – Nassign Sep 11 at 0:11
vote up 0 vote down

Decided to check out Aptana and have to confess that -- after just two hours working on a new site with it -- I think I'm going to leave my long-term addiction to BBEdit in the dust.

link|flag
vote up 6 vote down

Note for those using Eclipse 3.5 Galileo. To install the Eclipse Web Page editor

Go to "Help" > "Install New Software" Choose to work with the site "http://download.eclipse.org/releases/galileo", Expand "Web, XML and Java EE development", Check "Web Page Editor" and click Next to continue with the install

link|flag
those instructions worked although they weren't "exactly" correct, they gave me enough info to do it. – djangofan Nov 20 at 20:31
vote up 1 vote down

This does not integrate into Eclipse but Notepad++ is a very nice and lightweight html editor. Additionally this application provides highlighting for a large number of languages and some it even acts like an IDE for syntax (press cntrl+space).

I have Aptana studio also which works very well and validates your code as you enter it. Notepad++ does not highlight syntax errors.

link|flag
vote up 0 vote down

Thanks! I came across this after trying, unsuccesfully, to install the " Project Amateras" tools. They say "just drop the jar in the dropins folder" but my two Eclipse installs fail to find it.

link|flag
vote up 3 vote down

I had the same issue. Apparently you need to install the Web Page Editor, which was optional (in the version of Eclipse that I installed).

Go to "Help" > "Software Updates..." > "Available Software". Expand the "Web Tools (WPT) Update Site" > "Web Tools Platform (WTP) 3.0.5". Here you'll find the Web Page Editor; select it and hit install.

link|flag
vote up 2 vote down

Aptana has a very nice HTML editor, and can be installed as a plugin in your existing Eclipse configuration, although it might be a bit overkill to install it just for the HTML editor.

link|flag
vote up 0 vote down

Aptana has an Eclipse plugin for Rails, but it might come with HTML and CSS highlighting and formatting tools. I'm not really sure on that, though,

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.