Table of Contents

Toward a Web Development Environment

You might want to jump directly to Komodo Edit for Web Development.

Candidates for the core

Komodo Edit

Komodo Edit is a FOSS “freemium” subset of Komodo IDE.

What I like

What I don't like

Netbeans

Netbeans has lots of support for HTML5 built in.

What I like

Neat but not that awersome (yet?)

What I don't like

Aptana

Aptana is based on the Eclipse IDE. Buggy. Long startup time. Probably has awesome tooltips and autocompletion, but I didn't get that far.

JetBrains

Didn't try because of the oh-so-painful Swing font rendering on Linux.

Geany, Gedit, etc.

Too hard to add tooltips, etc.

Desired Features

Unit test runner

Should be automatic.

Linting

Ideally automatic.

JavaScript

CSS

HTML

Code formatting

CSS compiler

We want to be able to compile LESS, SASS, or whatever, and it should probably be automatic.

Minification

Applied at deploy time?

1)
Experimenting with external tool: js-beautify
2)
Experimenting with external tool: testem
3)
guard? grunt?
4)
I'd like to know the engine used because it caught one JS warning that Komodo Edit didn't.