Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to edit HTML/CSS/Javascript in Eclipse ADT [closed]

I installed ADT bundle (eclipse + android sdk + adt plugin) now I want to build android apps with phonegap, the problem is that ADT eclipse doesn't include apparently any html/css/JS editor. I tried to install the WPA plugin but it doesn't work, it tells me it needs JSF (what the heck !?).

Is it normal that I can't find anything on that on the web ? Am I the only guy in the world using phonegap ? Is there another IDE I should use or which plugin can I install for web editing in eclipse ?

like image 519
Rayjax Avatar asked Jan 30 '13 16:01

Rayjax


People also ask

How do I get the HTML editor for Eclipse?

Go to Menu –> Window –> Preferences. In case, you do not find Web under Preferences, you will have to install the Web Tools Platform (WTP) in your eclipse. The WTP is available by default for Eclipse 4.3 JEE and above.

Can you code HTML on Eclipse?

Eclipse Web Developer ToolsIncludes the HTML, CSS, and JSON Editors, and JavaScript Development Tools from the Eclipse Web Tools Platform project, aimed at supporting client-side web development and node.

What is HTML CSS and JavaScript called?

HTML is a markup language and CSS is a styling language. JavaScript, however, is a programming language. Hence, they are all web languages, but they perform different jobs.

Can you do HTML CSS in WebStorm?

By default, WebStorm shows on-the-fly preview only for HTML and CSS code. To enable Live Edit in JavaScript, select the JavaScript, HTML and CSS option.


1 Answers

File -> New -> Other -> Type html or javascript or css

like image 191
kmb Avatar answered Oct 21 '22 05:10

kmb