How to code CSS in eclipse?
Asked Answered
M

5

8

Is there anyway I can develop CSS in eclipse. Im using Eclipse Helios version and I want to be able to create CSS pages in it. But I couldnt find CSS file anywhere in it.

Merrifield answered 14/11, 2010 at 15:53 Comment(0)
S
5

You have to install the Web tools for Eclipse. This means: choose the Eclipse Enterprise installation or add the WTP project in your existing Eclipse instance. For the latter, go to Help -> Install new software, select the Eclipse update site and then choose the WTP project to be added.

Sorkin answered 14/11, 2010 at 17:6 Comment(0)
I
5

I realize this is a really old post, but for the benefit of others who get here looking for CSS support in Eclipse, I would encourage you to give CodeMix a try for a truly superlative experience.

Key features:

  • Supports all the CSS 3 properties, including support for variables
  • In-built Emmet integration reduces typing required
  • Includes a CSS validator
  • Sass and LESS supported too

For more, see: https://www.genuitec.com/tech/css3-in-eclipse/

Intercourse answered 28/5, 2018 at 21:45 Comment(0)
M
1

In the menu file -> new -> other and as type CSS.

Malcah answered 14/11, 2010 at 15:58 Comment(0)
A
1

You can always instal Aptana Studio ( 3 beta ) plugin for your eclipse.

Amazing answered 14/11, 2010 at 18:21 Comment(0)
N
0

File > New > File Write the name of your file with the .css extension.

To have colors and a friendly visual I think if you don't have support will need download any plugin. I usually use this and it's good https://marketplace.eclipse.org/content/eclipse-4-tools-lightweight-css-editor

Nephrolith answered 27/11, 2015 at 4:28 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.