Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Mac OSX HTML5&CSS3 Text Editor [closed]

I am searching an HTML5 & CSS3 text editor for Mac OS X. What would you suggest?

Please give a short description as well as some information about pricing (free? commercial? trial?).

By the way, I am aware that there is the ability to take WineBottler/Wine to make certain Windows applications work in OS X. If you definitely know that a certain Windows HTML5 & CSS3 editor works in Mac OS X and it is worth it, please mention it.

Thank you!

like image 216
Alerty Avatar asked Feb 25 '23 17:02

Alerty


2 Answers

Coda, BBEdit, and TextMate are--in my opinion--the most popular text editors for web development. TextMate has a 30-day free trial and is $57 USD. Coda is $99 USD and does not have a free trial (to my knowledge). And BBEdit is $99 USD and has a free trial (don't know how long it is).

For a free text editor, you can use TextWrangler from the same people who made BBEdit.

My personal preference is Vim / MacVim; but learning the Vim language is probably overkill if you're just doing just HTML / CSS. I would recommend trying out all of these and seeing what you like the most.

EDIT: A final note, everything I listed here is highly extensible and if there is a feature you like in one, it has most likely been ported to one or more of the other editors as well. Keep this in mind, because you shouldn't immediately dismiss any particular editor for what it offers as a default install.

If you're really particular about your editor (which you should be, as it's the single most important tool in your arsenal) then you should also look at available plugins for each code editor to get a true picture of what they can and cannot do.

like image 178
Moses Avatar answered Mar 05 '23 02:03

Moses


I realise it might be overkill, but I really like using NetBeans for Javascript / HTML5 stuff. The JS completion is really helpful and it handles things like Canvas 2D API methods.

One drawback is that it doesn't seem to support CSS3.

like image 35
andrewmu Avatar answered Mar 05 '23 02:03

andrewmu