tags:

views:

3475

answers:

17

Hi everyone,

I am looking for a CSS editor that is decent and free to use. I looked at couple but not sure which one to use or even if there is a better one that I am missing out on.

+12  A: 

Visual Studio 2008 Express Editions Has GREAT css support, there is also a bunch on Sourceforge if you interested in something a little lighter

cgreeno
For the most part, I have to agree. Although there are some more obscure things that I can't get code-completion for and it will underline them as errors when I write them manually, even though I know they're correct. It's still an amazing editor.
Dan Herbert
way to IE friendly though - I wish I could remeber what it was, but there's at least one perfectly valid construct it doesn't sanction
annakata
+2  A: 

Once you know CSS, I've never found one that was faster or freeer than Notepad.

Probably not the answer you were looking for, but don't become too dependent on your cool editor.

Larsenal
+8  A: 

Editplus, Notepad++, UltraEdit, etc, etc..

CSS is best written hand-written.

annakata
UltraEdit isn't free though (although it's worth paying for)
Sam Hasler
Well neither's editplus (unlimited trial period it seems though) but these are the kind of tools you're likely to have already
annakata
I dont agree, while writing manually is actually good, intellisense can really boost productivity.
iamserious
@iamserious - where exactly did I say intellisense was bad? Manual != lacking intellisense, it just means not auto-generated by ineffectual-to-broken wysiwyg tools.
annakata
@annakata: I was commenting on your, "CSS is best written by hand". I didnt say that you were blaming intellisense. But Now I see you meant its better than WYSWIG. Yes, I completely agree. but Notepad++ is not the best tool to write CSS. Just because you know that "Display:none" doesnt mean you have to type it out every single time. visual studio lets you write "D" and a space to insert the whole word. much faster.
iamserious
@iamserious: unfortunately though visual studio follows MS's interepretations of the CSS standard which means that whilst it's great for IE and works most of the time, some perfectly valid CSS constructs will be unsupported at best or raise errors at worst (if you don't disable parsing in options). Intellisense lacking intelligence is weak, and saving yourself typing a few characterers here and there has never been a critical aspect of an IDE.
annakata
@annakata: I can see myself agreeing with you here.
iamserious
I wanted to remove my downvote here, but SO is giving me this error: "You last voted on this answer7 hours agoYour vote is now locked inunless this answer is edited" . can you edit and add a fullstop or something please?
iamserious
+8  A: 

Notepad++ is great for web languages, including CSS.

Here's the site:
http://notepad-plus.sourceforge.net/uk/site.htm

Here are some of its features:

  • Syntax Highlighting and Syntax Folding
  • Auto-completion
  • Multidocument
  • Multiview
Paxenos
A: 

TextPad with the CSS(4) add-on is great. It has all the freedom of Notepad with syntax highlighting.

Rob Allen
A: 

Pretty much any editor can do css, since all you really need in syntax highlighting. Personally, I use Komodo Edit.

defrex
+1  A: 

SciTE is pretty good if configured correctly. It's similar to Textpad.

John
A: 
VonC
I would have reported netbeans though often I've to struggle with unwanted warning with css properties, like zoom, for example, needed by explorer that netbeans report as unknown
Eineki
+5  A: 

Vim has good CSS-editing capabilities include syntax highlighting and omni-completion.

Brian Carper
Vim for the win!
DrJokepu
A: 

quanta, ultraedit etc.

dusoft
+1  A: 

The non free editors I use are Visual Studio 2008 and Dreamweaver CS3. But, in the end, any good text editor will more than suffice and I usually end up using one of those. Learning to code CSS (and, for that matter, HTML) by hand never hurt anyone.

bobtorp
A: 
Johannes Schaub - litb
A: 

Another vote for Notepad++. I use it for all my PHP and CSS editing. The only downside is that it's only for windows.

Notepad++ Homepage.

A: 

Smashing Magazine reviewed a series of CSS Editors that might help you on your way.

Andy
A: 

All the product listed above are grest software.Some time ago I tried ArduoCss. It is a good product free and easy-to-use. You can find it here

A: 

I personally like Aptana (http://www.aptana.org/) -- it has great CSS and JavaScript support.

Nicholas Cloud
A: 

Chill Css editor - @ http://csseditor.in/ (in beta stage)

Yash