3

Windows 10, Emacs 25.1

I want to write many JavaScript files on Emacs. And as result I need comfortable mode to work with javascript.

So as result I want to use Emacs as JavaScript IDE. The question is: What is a good package for this (with highlighting, context help, and so on)?

Drew
  • 75,699
  • 9
  • 109
  • 225
Alex
  • 781
  • 2
  • 7
  • 18

1 Answers1

1

The current favourites are js-2mode and Indium.
https://www.emacswiki.org/emacs/CategoryJavaScript

The accepted answer here: How to navigate a JavaScript project? provides a very nice Javascript IDE in emacs by combining tern for jumping to definitions in your javascript with js2-mode for live-preview of the results.

  • 4
    While this post technically answers the question, it would be much better if you explained why these two are “current favourites”, what they can do, and why one might prefer one or the other. – Gilles 'SO- stop being evil' Aug 03 '17 at 21:20