JavaScript development environment

hi all,
does anyone know of a decent javascript development environment (code highlighting, debugging …) which runs on mac?
thanks,
ron

Text Mate and grab Jon’s extra cool Unity plugin. Then turn off the syntax highlighting (i.e., modules) for whatever language’s you don’t use. Highly recommended.

Just wanted to chime in with my agreement. TextMate is, in general, The Cat’s Meow™. With the Unity bundle development couldn’t be easier. It’s seriously worth the money.

Where can we find Jon’s Unity plugin?

Here is Jon’s latest unity bundle. Just unzip and dbl click to add it.

Cheers :slight_smile:

59019–2148–$unity_javascript_489.zip (27.6 KB)

Thanks for the super fast reply!
I’ll give it a shot and maybe will forget about netbeans :slight_smile:

So this TextMate doesn’t offer a list of completion nor does it bring up templates and the equivalent of javadocs for each suggestion?
Also does it bring up suggestion without pressing ESC? like intellisense or elipse autocomplete ?

Cheers

hey everyone,
thanks for the prompt reply! I’ll give text mate a shot.
ron

Thanks, how to install it :?:

If you have TextMate installed, simply download the plugin, unzip it and double click on the resulting file. It installs itself after double clicking.

OK, I’m going to load TextMate down!