vote up 6 vote down star
2

Hi all,

what editor are you using to edit your stylesheets?

I for one prefer vim.

It's a kind of poll: by the number of votes I will be able to tell which one is the most popular.

Thanks.

flag
show 1 more comment

34 Answers

1 2 next
vote up 15 vote down

My favourite is Notepad++.

link|flag
vote up 6 vote down

Visual Studio 2008 - Sorry you don't need a IDE for CSS. As long as your editor can syntax highlight .. you're fine.

link|flag
vote up 6 vote down

On my mac, I prefer CSSEdit.

It's very nice with a lot of features, such as: Live Preview, Syntax Highlighting, Auto complete, Validation built-in, and even something similar to version control (milestones).

link|flag
vote up 5 vote down

I also use Vim. It's a shame that exuberant ctags has no support for CSS though because I could really use a browser for all the selectors I use in large files. Does anybody know a good alternative to ctags here?

link|flag
show 1 more comment
vote up 5 vote down

TopStyle would get my vote. Both HTML and CSS aware. Full colour coding of CSS, HTML, and javascript.

Previewing of styles on an html of your choice, or the currently edited HTML file.

Written by Nick Bradbury who originally wrote HomeSite.

It's not free, but if you're doing a lot of site development, it's worth it.

A trial version is also available.

link|flag
vote up 4 vote down

I use gvim for all my editing, except java and c#, for which it is usually more efficient to use eclipse, VS, or monoDevelop.

link|flag
vote up 4 vote down

Aptana is a really nice IDE. It detects errors in your CSS as you type, and also gives hints as to which rules are supported in which browsers.

link|flag
vote up 3 vote down

TEXT_EDITOR_OF_CHOICE

link|flag
vote up 3 vote down

Vim with this plugin.

link|flag
show 2 more comments
vote up 3 vote down

I don't feel like a CSS editor is too important. I think I could be just as effective with Notepad if I had Firebug.

link|flag
vote up 3 vote down

Notepad2 for coding, Firebug for tweaking.

link|flag
vote up 2 vote down

I prefer Coda

link|flag
vote up 2 vote down

I use Emacs for all my dev work.

link|flag
vote up 2 vote down

Along with any other kind of code, I edit my CSS in Textmate.

link|flag
vote up 2 vote down

Vim and Firefox's Web Developer Toolbar.

link|flag
vote up 2 vote down

Don't laugh: Visual Studio 2008.

My favorite debugger, however, is Firebug.

link|flag
show 1 more comment
vote up 1 vote down

I used to use TopStyle but the functionality I used in that was incorporated into VS2008.

link|flag
vote up 1 vote down

Jedit, sometimes vim/gvim, firebug and web developers toolbar...

link|flag
vote up 1 vote down

IntelliJ IDEA has excellent CSS support.

For example: syntax highlighting, on-the-fly validation & error highlighting, "find usage" functionality, ctrl-space completion of every imaginable thing (CSS keywords, properties, classes, even colour names). I also like many small touches like showing a preview of any colours (both codes (#ffee11) and names (cadetblue)). Here's a more complete list of IDEA's CSS features.

Still, if you don't do any Java development along with the HTML and CSS, investing in IntelliJ IDEA probably is not worthwhile.

link|flag
vote up 1 vote down

I personaly use Eclipse because it has a lot of modules and above all is open source.

link|flag
vote up 0 vote down

Zend Studio

link|flag
vote up 0 vote down

I use e-texteditor when I'm prototyping. I'm usually in Visual Studio though, so often I use that for quick edits.

Visual Studio 2008 has some great CSS features, but I actually prefer to do CSS tweaking an debugging directly in Firefox with Firebug.

link|flag
vote up 0 vote down

I've had the most success using any text editor with syntax highlighting (usually this ends up being Visual Studio 200x), and then rapidly tweaking the design using Firebug (http://getfirebug.com/). After the design looks good in FireFox, I try to make it work in IE. There are some tools that are supposed to work like Firebug in IE, but they aren't great.

link|flag
vote up 0 vote down

I simply use VS as the project is already open and having another editor open just for CSS feels like a waste to me. It's autocomplete does just fine. Although I do also have Firebug open constantly. I use it more than VS as my CSS development tool. Using Firebugs live manipulation I can edit and work with my CSS and then just copy the changes to the project.

link|flag
vote up 0 vote down

Textpad, Firebug, or VS200x

I not really worried about an IDE other than syntax highlighting, and even that is quite optional. I've seen vim mentioned a lot here, I'll have to check that out sometime.

link|flag
vote up 0 vote down

Rapid PHP

Rapid PHP is what I use for CSS, PHP, (x)HTML, and Javascript. It has tools for validating, cleaning and formatting CSS, and has auto-complete features for each language.

By "formatting CSS" I mean, for example, turning multiple margin-left, margin-right, etc statements into margin: 5px 3px 2px 1px or whatever you need, or turning multi-line declarations into single line, etc. There are lots of options for how it does this.

Other features I like:

  • You can define a "project" as a folder and it will default to opening files in that home directory, do search and replace across all those files, and keep track of where to upload those files if you want to send them to FTP.
  • You can save and upload all open files to FTP with one click, and if it knows that project, each file goes to the appropriate directory.
  • It highlights to show you the scope you're working in. For example, in HTML, the opening and closing tags of an element will be highlighted while your cursor is inside that element; in JavaScript, the curly braces or parentheses you're in will be highlighted. If an opening tag or parentheses or curly brace doesn't have a matching closing item, the opening one will be highlighted a different color. This helps me a lot with understanding and fixing nested syntax issues.
  • It will run off a thumb drive. Pretty handy when you need to work from a different computer.
link|flag
vote up 0 vote down

Zeus IDE. It does things like CSS syntax highlighting, code folding etc etc.

link|flag
vote up 0 vote down

Microsoft Notepad

link|flag
vote up 0 vote down

On Mac OSX, CSSEdit - on Windows -Nick Bradbury's Top Style

TopStyle

CSSEdit

link|flag
show 4 more comments
vote up 0 vote down

I use Notepadd++ as I do most of my web development via a simple text editor. Notepad++ allows the syntax highlighting and it is becoming the editor of choice as html is not the only files I edit. Most common file edited are c files.

I have also used Kompozer but found it too much of a non programmers editor. It did however show me the layout in real time when I made changes to the css how it affected the html pages. Unlike notepad++ which is only a text editor not a layout manager or html preview etc. Although there may be plugins available I have never checked.

link|flag
1 2 next

Your Answer

Get an OpenID
or

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