CSS coders out there! What is your fav editor? - Stack Overflow most recent 30 from stackoverflow.com2009-12-22T15:03:41Zhttp://stackoverflow.com/feeds/question/138783http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/138783/css-coders-out-there-what-is-your-fav-editor6CSS coders out there! What is your fav editor?SeasonedCoder2008-09-26T11:10:33Z2009-03-03T11:45:10Z
<p>Hi all,</p>
<p>what editor are you using to edit your stylesheets?</p>
<p>I for one prefer vim.</p>
<p>It's a kind of poll: by the number of votes I will be able to tell which one is the most popular.</p>
<p>Thanks.</p>
http://stackoverflow.com/questions/138783/css-coders-out-there-what-is-your-fav-editor/138790#1387900Answer by Ólafur Waage for CSS coders out there! What is your fav editor?Ólafur Waage2008-09-26T11:11:44Z2008-09-26T11:11:44Z<p>Zend Studio</p>
http://stackoverflow.com/questions/138783/css-coders-out-there-what-is-your-fav-editor/138794#1387942Answer by crash for CSS coders out there! What is your fav editor?crash2008-09-26T11:12:20Z2008-09-26T11:12:20Z<p>I prefer Coda</p>
http://stackoverflow.com/questions/138783/css-coders-out-there-what-is-your-fav-editor/138795#13879515Answer by Kramii for CSS coders out there! What is your fav editor?Kramii2008-09-26T11:12:43Z2008-09-26T11:12:43Z<p>My favourite is Notepad++.</p>
http://stackoverflow.com/questions/138783/css-coders-out-there-what-is-your-fav-editor/138806#1388066Answer by Tigraine for CSS coders out there! What is your fav editor?Tigraine2008-09-26T11:14:14Z2008-09-26T11:14:14Z<p>Visual Studio 2008 - Sorry you don't need a IDE for CSS. As long as your editor can syntax highlight .. you're fine.</p>
http://stackoverflow.com/questions/138783/css-coders-out-there-what-is-your-fav-editor/138807#1388076Answer by ChronoPositron for CSS coders out there! What is your fav editor?ChronoPositron2008-09-26T11:14:31Z2008-09-26T11:14:31Z<p>On my mac, I prefer <a href="http://macrabbit.com/cssedit/" rel="nofollow">CSSEdit</a>.</p>
<p>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).</p>
http://stackoverflow.com/questions/138783/css-coders-out-there-what-is-your-fav-editor/138815#1388154Answer by Esteth for CSS coders out there! What is your fav editor?Esteth2008-09-26T11:15:17Z2008-09-26T11:15:17Z<p>I use gvim for all my editing, except java and c#, for which it is usually more efficient to use eclipse, VS, or monoDevelop.</p>
http://stackoverflow.com/questions/138783/css-coders-out-there-what-is-your-fav-editor/138826#1388262Answer by cnu for CSS coders out there! What is your fav editor?cnu2008-09-26T11:17:06Z2008-09-26T11:17:06Z<p>I use Emacs for all my dev work.</p>
http://stackoverflow.com/questions/138783/css-coders-out-there-what-is-your-fav-editor/138827#1388273Answer by insin for CSS coders out there! What is your fav editor?insin2008-09-26T11:17:06Z2008-09-26T11:17:06Z<p><code>TEXT_EDITOR_OF_CHOICE</code></p>
http://stackoverflow.com/questions/138783/css-coders-out-there-what-is-your-fav-editor/138830#1388301Answer by Hmobius for CSS coders out there! What is your fav editor?Hmobius2008-09-26T11:17:16Z2008-09-26T11:17:16Z<p>I used to use TopStyle but the functionality I used in that was incorporated into VS2008.</p>
http://stackoverflow.com/questions/138783/css-coders-out-there-what-is-your-fav-editor/138835#1388355Answer by Konrad Rudolph for CSS coders out there! What is your fav editor?Konrad Rudolph2008-09-26T11:18:19Z2008-09-26T11:18:19Z<p>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?</p>
http://stackoverflow.com/questions/138783/css-coders-out-there-what-is-your-fav-editor/138837#1388375Answer by Mikezx6r for CSS coders out there! What is your fav editor?Mikezx6r2008-09-26T11:18:31Z2008-09-26T11:18:31Z<p><a href="http://www.newsgator.com/Individuals/TopStyle/Default.aspx" rel="nofollow">TopStyle</a> would get my vote. Both HTML and CSS aware. Full colour coding of CSS, HTML, and javascript.</p>
<p>Previewing of styles on an html of your choice, or the currently edited HTML file.</p>
<p>Written by Nick Bradbury who originally wrote HomeSite.</p>
<p>It's not free, but if you're doing a lot of site development, it's worth it.</p>
<p>A trial version is also available.</p>
http://stackoverflow.com/questions/138783/css-coders-out-there-what-is-your-fav-editor/139569#1395694Answer by Chris MacDonald for CSS coders out there! What is your fav editor?Chris MacDonald2008-09-26T13:41:53Z2008-09-26T13:41:53Z<p>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.</p>
http://stackoverflow.com/questions/138783/css-coders-out-there-what-is-your-fav-editor/139616#1396162Answer by Bill Turner for CSS coders out there! What is your fav editor?Bill Turner2008-09-26T13:51:33Z2008-09-26T13:51:33Z<p>Along with any other kind of code, I edit my CSS in Textmate.</p>
http://stackoverflow.com/questions/138783/css-coders-out-there-what-is-your-fav-editor/212342#2123423Answer by Jeremy Michael Cantrell for CSS coders out there! What is your fav editor?Jeremy Michael Cantrell2008-10-17T14:19:26Z2008-10-17T14:19:26Z<p>Vim with <a href="http://www.vim.org/scripts/script.php?script_id=2150" rel="nofollow">this</a> plugin.</p>
http://stackoverflow.com/questions/138783/css-coders-out-there-what-is-your-fav-editor/212355#2123553Answer by Dan Goldstein for CSS coders out there! What is your fav editor?Dan Goldstein2008-10-17T14:22:37Z2008-10-17T14:22:37Z<p>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.</p>
http://stackoverflow.com/questions/138783/css-coders-out-there-what-is-your-fav-editor/212379#2123792Answer by Brian for CSS coders out there! What is your fav editor?Brian2008-10-17T14:29:20Z2008-10-17T14:29:20Z<p>Vim and Firefox's Web Developer Toolbar.</p>
http://stackoverflow.com/questions/138783/css-coders-out-there-what-is-your-fav-editor/212383#2123830Answer by Ben Scheirman for CSS coders out there! What is your fav editor?Ben Scheirman2008-10-17T14:30:35Z2008-10-17T14:30:35Z<p>I use <a href="http://e-texteditor.com" rel="nofollow">e-texteditor</a> when I'm prototyping. I'm usually in Visual Studio though, so often I use that for quick edits.</p>
<p>Visual Studio 2008 has some great CSS features, but I actually prefer to do CSS tweaking an debugging directly in Firefox with <a href="http://getfirebug.com/" rel="nofollow">Firebug</a>.</p>
http://stackoverflow.com/questions/138783/css-coders-out-there-what-is-your-fav-editor/212395#2123951Answer by leeand00 for CSS coders out there! What is your fav editor?leeand002008-10-17T14:32:17Z2008-10-17T14:32:17Z<p>Jedit, sometimes vim/gvim, firebug and web developers toolbar...</p>
http://stackoverflow.com/questions/138783/css-coders-out-there-what-is-your-fav-editor/212397#2123970Answer by Dave for CSS coders out there! What is your fav editor?Dave2008-10-17T14:32:31Z2008-10-17T14:32:31Z<p>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 (<a href="http://getfirebug.com/" rel="nofollow">http://getfirebug.com/</a>). 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.</p>
http://stackoverflow.com/questions/138783/css-coders-out-there-what-is-your-fav-editor/212398#2123983Answer by Anders for CSS coders out there! What is your fav editor?Anders2008-10-17T14:32:42Z2008-10-17T14:32:42Z<p><a href="http://www.flos-freeware.ch/notepad2.html" rel="nofollow">Notepad2</a> for coding, <a href="https://addons.mozilla.org/en-US/firefox/addon/1843" rel="nofollow">Firebug</a> for tweaking.</p>
http://stackoverflow.com/questions/138783/css-coders-out-there-what-is-your-fav-editor/212498#2124980Answer by Nathan Long for CSS coders out there! What is your fav editor?Nathan Long2008-10-17T14:54:05Z2008-11-07T20:13:24Z<h2>Rapid PHP</h2>
<p><a href="http://www.blumentals.net/rapidphp" rel="nofollow">Rapid PHP</a> 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.</p>
<p>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.</p>
<p>Other features I like:</p>
<ul>
<li>You can <b>define a "project"</b> 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.</li>
<li>You can save and <b>upload all open files to FTP</b> with one click, and if it knows that project, each file goes to the appropriate directory.</li>
<li>It <b>highlights to show you the scope you're working in</b>. 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.</li>
<li>It will <b>run off a thumb drive.</b> Pretty handy when you need to work from a different computer.</li>
</ul>
http://stackoverflow.com/questions/138783/css-coders-out-there-what-is-your-fav-editor/212515#2125150Answer by Jeremy B. for CSS coders out there! What is your fav editor?Jeremy B.2008-10-17T14:57:20Z2008-10-17T14:57:20Z<p>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.</p>
http://stackoverflow.com/questions/138783/css-coders-out-there-what-is-your-fav-editor/212523#2125230Answer by J c for CSS coders out there! What is your fav editor?J c2008-10-17T14:58:44Z2008-10-17T14:58:44Z<p><a href="http://www.textpad.com" rel="nofollow">Textpad</a>, <a href="http://www.getfirebug.com/" rel="nofollow">Firebug</a>, or VS200x</p>
<p>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.</p>
http://stackoverflow.com/questions/138783/css-coders-out-there-what-is-your-fav-editor/212525#2125252Answer by John Dunagan for CSS coders out there! What is your fav editor?John Dunagan2008-10-17T15:00:13Z2008-10-17T15:00:13Z<p>Don't laugh: Visual Studio 2008.</p>
<p>My favorite debugger, however, is Firebug.</p>
http://stackoverflow.com/questions/138783/css-coders-out-there-what-is-your-fav-editor/509945#5099450Answer by jussij for CSS coders out there! What is your fav editor?jussij2009-02-04T03:19:19Z2009-02-04T03:19:19Z<p><a href="http://www.zeusedit.com" rel="nofollow">Zeus IDE</a>. It does things like CSS <em>syntax highlighting</em>, <em>code folding</em> etc etc.</p>
http://stackoverflow.com/questions/138783/css-coders-out-there-what-is-your-fav-editor/509949#5099490Answer by Luca Matteis for CSS coders out there! What is your fav editor?Luca Matteis2009-02-04T03:22:34Z2009-02-04T03:22:34Z<p>Microsoft Notepad</p>
http://stackoverflow.com/questions/138783/css-coders-out-there-what-is-your-fav-editor/509954#5099540Answer by NTulip for CSS coders out there! What is your fav editor?NTulip2009-02-04T03:25:42Z2009-02-04T03:25:42Z<p>On Mac OSX, CSSEdit - on Windows -Nick Bradbury's Top Style</p>
<p><a href="http://www.newsgator.com/individuals/topstyle/default.aspx" rel="nofollow">TopStyle</a></p>
<p><a href="http://macrabbit.com/cssedit/" rel="nofollow">CSSEdit</a></p>
http://stackoverflow.com/questions/138783/css-coders-out-there-what-is-your-fav-editor/525429#5254291Answer by Jonik for CSS coders out there! What is your fav editor?Jonik2009-02-08T09:03:28Z2009-02-08T09:03:28Z<p><a href="http://www.jetbrains.com/idea/" rel="nofollow">IntelliJ IDEA</a> has excellent CSS support.</p>
<p>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 (<code>#ffee11</code>) and names (<code>cadetblue</code>)). <a href="http://www.jetbrains.com/idea/features/html_css_editor.html" rel="nofollow">Here's a more complete list of IDEA's CSS features</a>.</p>
<p>Still, if you don't do any Java development along with the HTML and CSS, investing in IntelliJ IDEA probably is not worthwhile. </p>
http://stackoverflow.com/questions/138783/css-coders-out-there-what-is-your-fav-editor/591388#5913880Answer by Rob Sloot for CSS coders out there! What is your fav editor?Rob Sloot2009-02-26T16:46:01Z2009-02-26T16:46:01Z<p>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.</p>
<p>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.</p>
http://stackoverflow.com/questions/138783/css-coders-out-there-what-is-your-fav-editor/595407#5954070Answer by Donald Harvey for CSS coders out there! What is your fav editor?Donald Harvey2009-02-27T16:13:38Z2009-02-27T16:13:38Z<p>I've been using <a href="http://www.activestate.com/komodo_edit" rel="nofollow">Komodo Edit</a> recently - it has really nice autocompletion/syntax highlighting, and its macros/scripts are great for working with version control systems such as Git. Its extension system seems good as well, though I have yet to try creating an extension. </p>
<p>I also use Firebug for debugging and small tweaks to the CSS.</p>
http://stackoverflow.com/questions/138783/css-coders-out-there-what-is-your-fav-editor/595493#5954930Answer by RommeDeSerieux for CSS coders out there! What is your fav editor?RommeDeSerieux2009-02-27T16:30:50Z2009-02-27T16:30:50Z<p>Nothing beats Vim for me, even despite the fact that it has a lot less prettier gui on windows compared to any other editor i've seen. I would love to see the GTK gui for Vim on Windows.</p>
http://stackoverflow.com/questions/138783/css-coders-out-there-what-is-your-fav-editor/599567#5995670Answer by cjjer for CSS coders out there! What is your fav editor?cjjer2009-03-01T09:48:48Z2009-03-01T09:48:48Z<p>editplus,debug with firebug.</p>
http://stackoverflow.com/questions/138783/css-coders-out-there-what-is-your-fav-editor/599580#5995800Answer by Stewart Robinson for CSS coders out there! What is your fav editor?Stewart Robinson2009-03-01T10:04:17Z2009-03-01T10:04:17Z<p>Firebug. It rocks as I see the changes immediately</p>
http://stackoverflow.com/questions/138783/css-coders-out-there-what-is-your-fav-editor/606070#6060701Answer by Angelo Repole for CSS coders out there! What is your fav editor?Angelo Repole2009-03-03T11:45:10Z2009-03-03T11:45:10Z<p>I personaly use Eclipse because it has a lot of modules and above all is open source.</p>