4

I noticed today that i don't have an HTML editor in my list. How can i add it and others if need be?

enter image description here

James Raitsev
  • 92,517
  • 154
  • 335
  • 470

1 Answers1

3

Install the Web Tools Platform -- or EE Devlopers version of Eclipse, which includes the Web Tools Platform.

Other types of files are usually automatically loaded as text files. To get specific language capabilities you usually want to install a development library for that language into Eclipse. i.e. CDT for C++, PyDev for Python, etc..

Also you can find how to associate arbitrary file types to specific editors here :Eclipse File Type Association.

Pyrce
  • 8,296
  • 3
  • 31
  • 46