vote up 3 vote down star
1

There are a couple JavaScript modes out there:

Does anyone have a recommendation on which to use?

flag

2 Answers

vote up 3 vote down check

I use js2-mode for JavaScript authoring, and it's excellent. It's not ideal for JavaScript-like languages, though (ActionScript), so it's good to have a simple mode around as a backup for those cases.

link|flag
So JavaScript is not "JavaScript-like"? Do you mean to say "non-JavaScript languages that are similar to JavaScript"? – Chris Conway Jul 30 at 22:19
1  
Conway, everyone else understood what mr unknown was saying. give him a break. – Cheeso Jul 31 at 4:39
2  
js2-mode already included into GNU Emacs tree, and will released as part of GNU Emacs 23.2 – Alex Ott Jul 31 at 6:58
vote up 6 vote down

There's also espresso-mode.

link|flag
+1 espresso-mode is much better for navigating around functions (C-M-a and C-M-e) than js2-mode. The author also actively responds to issue requests unlike js2-mode – seth Jul 30 at 19:52
Good to know. I was ready to pull the trigger on js2-mode but now I have to rethink it. – Cheeso Jul 31 at 4:38

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.