List of supported editors

The following editors are supported:

  • TextMate
  • Sublime Text 2
  • SubEthaEdit (but see below)
  • Coda (but see below)
  • Espresso (but see below)

You can also write a custom script to support any editor.

TextMate

Works out of the box.

Sublime Text 2

Works out of the box, as long as it is installed into /Applications.

SubEthaEdit

You need to install the command-line tool if you haven't done so already (see Preferences > Advanced).

Coda

Opening a file always works. Go To Line is implemented by emulating key presses (e.g. Command-Shift-L, 4, 2, Enter), which occasionally might go wrong. Sorry, support says there is no better way.

If you want LiveReload to work in Coda live preview, you need to use a SCRIPT snippet instead of browser extensions.

Espresso

Opening a file always works. Go To Line is implemented by emulating key presses (e.g. Command-L, 4, 2, Enter), which occasionally might go wrong. Sorry, there seems to be no better way.

If you want LiveReload to work in Espresso live preview, you need to use a SCRIPT snippet instead of browser extensions.