Does anyone know of a good text editor for Mac OS X which will organize HTML tags?
feedback
|
migrated from stackoverflow.com Oct 15 '09 at 19:15
This question came from our site for professional and enthusiast programmers.
|
Check out the following: You should find something you like there. | |||||
feedback
|
|
I use TextMate http://www.macromates.com. Best editor I've used on any platform. It has all of the basic features (like syntax highlighting and indentation management), but its true strength lies in its extensibility – virtually every aspect of the program can be scripted and those scripts given first-class status. It's like emacs for the modern programmer. Another option I recommend is TextWrangler, which is inferior but free (as in beer). | |||
|
feedback
|
|
emacs has an HTML mode (several actually) not sure if that's what you're looking for... | |||
|
feedback
|
|
If you want to pay some money, Textmate is -awesome-. Macromates writes and distributes it, and if you ever move beyond HTML, it's great for almost any language. HTML specific functions include help with closing tags, in-program validation via WC3 servers, code folding, and more. It's really excellent. | |||
|
feedback
|
|
Definately Textmate if you can afford it it. If you want free, Textwrangler is the way to go. | |||
|
feedback
|
|
Besides the ones that other recommended, I like Taco HTML Edit ($25). I still have the version that were free and love it. If you are comfortable with vi/vim, then look for MacVim--the GUI version of vim. | |||
|
feedback
|