Css editor with certain features

Posted by user255408 on Stack Overflow See other posts from Stack Overflow or by user255408
Published on 2010-01-21T01:28:52Z Indexed on 2010/05/06 12:48 UTC
Read the original article Hit count: 395

Filed under:
|

I need a light css editor with certain functions. Already downloaded and tried a few apps but still no luck, none of them fit my requirements. Actually, there is one, CssEdit (or TextMate), but unfortunately i'm a windows user...

Already tried:

  • built-in NetBeans IDE css editor (btw nice editor, the one i'm using now for css)
  • IntelJ IDE (very good html and css editor, but using the entire ide just for this - that's crazy)
  • ArduoCss (very buggy in win7 environment)
  • Notepad
  • Notepad++ (it rules, but as i said, i need something more functional for css editing)
  • Style Master ( if i don't find anything else, probably i'll choose this one)
  • Stylizer ( also might be my choice, but it's black interface kills me, also extremy noob-oriented, i even couldn't find a way to see the source code)

Some of the features i am looking for:

  • grouping by comments like here
  • snippets
  • autocomplete,
  • if i type for instance f-s, it should recognize and expand it to "font-size" property
  • color picker

The editor must have at least the first feature that i listed above. Sorry for my poor english.

© Stack Overflow or respective owner

Related posts about css-editor

Related posts about css