Best Text Editor For Web Developers Mac

We have evaluated over 20 free HTML editors for Macintosh against over 40 different criteria relevant to professional web designers and developers. The following applications are the best free HTML editors for Macintosh, both WYSIWYG and text editors, rated from best to worst. Each editor listed will have a score, percentage, and a link to more information.

Best Value: Komodo Edit

What We Like

20 of the Best Free Coding Editors. Written by Editorial Team on December 9, 2016. Great editors, however, can help you code faster, find syntax errors, and much more. Coda is a $99 commercial web development application for Mac OS X, developed by Panic. Features of Coda: Plugins; Open quickly. SkEdit is a text editor for Mac OS X. Another popular text editor for Mac is Brackets which mainly focuses on web design. Brackets is a better option for front-end developers and web designers than the ones mentioned above.

  • Lots of add-ons available.

  • Built-in FTP client.

  • Auto-complete and syntax checking features.

What We Don't Like

  • Slow to load.

  • Feels cluttered.

  • Difficult to install color schemes.

Komodo Edit is hands down the best free XML editor available. It includes a lot of great features for HTML and CSS development. Plus, if that isn't enough, you can get extensions for it to add on languages or other helpful features (like special characters).

Komodo Edit is not the best HTML editor out there, but it is great for the price, especially if you build in XML. I use Komodo Edit every day for my work in XML, and I use it a lot for basic HTML editing as well. This is one editor I'd be lost without.

There are two versions of Komodo: Komodo Edit and Komodo IDE.

Best for JavaScript Developers: Aptana Studio

What We Like

  • Integrated debugger.

  • Build-in Code Assist feature for tags.

  • Built-in terminal emulator.

What We Don't Like

  • No longer in development.

  • Minimal support for PHP.

  • Some dependencies.

Aptana Studio offers an interesting take on website development. Instead of focusing on HTML, Aptana focuses on the JavaScript and other elements that allow you to create rich internet applications.

One thing I really like is the outline view that makes it really easy to visualize the document object model (DOM). This makes for easier CSS and JavaScript development.

If you are a developer creating web applications, Aptana Studio is a good choice.

A Full Featured Java IDE: NetBeans

What We Like

  • Version 9.0 released by Apache after acquisition.

  • Supports the Jigsaw Module system.

  • Supports Java Shell, new in JDK 9.

What We Don't Like

  • Needs high-memory computer to run quickly.

  • Not many plug-ins.

  • Auto-completion is buggy.

NetBeans IDE is a Java IDE that can help you build robust web applications. Like most IDEs, it has a steep learning curve because they don’t often work in the same way that web editors do. But once you get used to it you’ll be hooked.

Html

One nice feature is the version control included in the IDE which is really useful for people working in large development environments. If you write Java and web pages this is a great tool.

Best for LAMP Developers: Bluefish

What We Like

  • Auto-completion and auto-tag closing.

  • Powerful search and replace.

  • Quick to start and load files.

What We Don't Like

  • Not for novice programmers.

  • User interface looks intimidating.

  • Too many tabs and toolbars.

Bluefish is a full-featured web editor for Linux. There are also native executables for Windows and Macintosh. There is code-sensitive spell check, autocomplete of many different languages (HTML, PHP, CSS, etc.), snippets, project management, and auto-save.

It is primarily a code editor, not specifically a web editor. This means that it has a lot of flexibility for web developers writing in more than just HTML, but if you’re a designer by nature you might not like it as much.

A Powerful Multi-Language IDE: Eclipse

What We Like

  • Robust debugging and profiling profile.

  • Code-completion feature.

  • Fast deployment and implementation.

What We Don't Like

  • Slow when working with large files.

  • Not recommended for large businesses.

  • Steep learning curve for novice programmers.

Eclipse is a complex, Open Source development environment that is perfect for people who do a lot of coding on a variety of platforms and with different languages.

Eclipse is structured as plug-ins, so if you need to edit something just find the appropriate plug-in and go.

If you are creating complex web applications, Eclipse has a lot of features to help make your application easier to build. There are Java, JavaScript, and PHP plugins, as well as a plugin for mobile developers.

A Swiss Army Knife IDE from Mozilla: SeaMonkey

What We Like

  • Tabs for WISIWYG editing, HTML tags, HTML code, and browser views.

  • Suitable for building simple, basic websites.

What We Don't Like

  • Composer element no longer being maintained.

  • Generates HTML 4.01 Transitional code.

SeaMonkey is the Mozilla project all-in-one internet application suite. It includes a web browser, email and newsgroup client, IRC chat client, and Composer, the web page editor.

One of the nice things about using SeaMonkey is that the browser is built-in, so testing is a breeze. Plus it's a free WYSIWYG editor with an embedded FTP client to publish your web pages.

A Basic HTML Writer: Amaya

What We Like

  • Useful for up to HTML 4.01.

  • Supports SVG and MathML.

What We Don't Like

  • Last updated in 2012.

  • No longer in development.

Amaya is the World Wide Web Consortium (W3C) web editor and web browser. It validates the HTML as you build your page and displays your Web documents in a tree structure, which is useful for learning to understand the DOM.

Amaya has a lot of features that most web designers won’t ever use, but if you want to be certain that your pages follow the W3C standards, this is a great editor to use.

Straightforward and Stable: BBEdit 12

What We Like

  • Supports HTML5.

  • Opens large files.

  • Great customer support.

  • Rock-solid software.

What We Don't Like

  • Advanced features require paid version after 30-day free trial.

  • Must search menus for features and options.

BBEdit is a paid program that has a set of free capabilities (the same capabilities that the now-defunct TextWranger had. While Bare Bones Software, the makers of BBEdit do offer a paid version, you may find the free version does everything you need. You can review a feature comparison here.

Note

If you're using TextWrangler, it is not compatible with macOS 10.13 (High Sierra). However, the free (and paid) version of BBEdit is.

There is no shortage of options for text editors geared towards developers on the Mac, but TextMate is our top pick. It wins out thanks to its massive programming language syntax support, helpful code snippets, expandability, and integration with the OS X terminal.

TextMate

Platform: Mac OS X
Price: Free!
Download Page

Features

  • Column Selections and Column Typing
  • Expand Trigger Words to Code Blocks With Tab-able Placeholders
  • Support for Darcs, Perforce, SVK, and Subversion
  • Works As External Editor for (s)ftp Programs

Note: This feature list is borrowed from the TextMate site and the links will take you directly to TextMate's pages containing more info on each feature.

Advertisement

Where It Excels

TextMate is excellent. It's as simple as you need it to be, providing only a single window for editing a single document, or it can expand to handling a large file structure. It supports syntax highlighting for practically any programming language you can think of, plus it contains code snippets. These things can be expanded by downloading third-party add-ons. TextMate has great code organization features. It updates frequently enough that you feel taken care of but not so frequently you want to smack it in the face (like with Evernote). You can even use TextMate as your text editor in the terminal with the command mate. If you're looking for a WYSISYG editor, TextMate—and this entire category—is not for you. If you just want to write code in a great editor, you've come to the right app.

Advertisement

Where It Falls Short

Organizing the files you're currently working on could be a little more user-friendly, as it can be a little bit tedious if you don't open your entire work folder immediately at launch. The undo history is so detailed that you can find yourself pressing Command+Z a lot just to get back to the place you wanted. Generally it's just faster to retype it. Overall, though, there's very little to complain about. At one point we complained about its $58 price tag, but now that TextMate is open-source and free it's got almost everything going for it.

Best Text Editor For Programmers

Advertisement

Best Text Editor For Mac Os X

The Competition

It's impossible to avoid mentioning SublimeText because it's so similar. It has almost the same support for language syntax as TextMate, and even has a Windows version as well (which is where the app originated, but that Mac version is still very Mac-like). Honestly, whether you use Sublime Text or TextMate is really going to come down to preference. They're both excellent and both, perhaps, a bit too expensive. They also both come with trials, so you can check them both out and decide for yourself.

Advertisement

But maybe you're someone who doesn't want to pay for their programming-friendly text editor. If that's you, there are a couple of other alternatives that don't cost a thing. First, TextWrangler is a capable option with a loyal user base (if they haven't already upgraded to its big brother BBEdit), but it's a little low on capabilities and has an interface that feels pretty dated. Alternatively, there's Fraise (the successor to Smultron), which is another free, capable, but not-as-amazing-as-TextMate (and Sublime Text) text editor.

The other free option that's probably most like TextMate (and Sublime Text, for that matter) is Kod. It supports over 65 languages, is remarkably fast and lightweight, and only comes with one real disadvantage: it's in its early stages of development. When I checked it out earlier this year, however, it was pretty solid. Kod is very much worth a look, even if it hasn't been around for quite as long as the others.

Advertisement

Lifehacker's App Directory is a new and growing directory of recommendations for the best applications and tools in a number of given categories.

Best Text Editor For Mac

Advertisement