Which takes :definitions, :references, :documentation and :xref-backend. Each accepts a function that will jump to definitions, references, and documentation respectively. If a major-mode has an :xref-backend, you don't need :definitions or :references. |
||
---|---|---|
.. | ||
+screeps.el | ||
autoload.el | ||
config.el | ||
packages.el | ||
README.md |
javascript
Javascript support, including auto-completion (tern), REPL support (nodejs-repl), refactoring commands (js2-refactor), and syntax checking (flycheck).
Includes coffescript and jsx support, as well as project minor modes for nodejs projects (with a package.json) or launchbar 6 actions.
External Dependencies
Run make bootstrap js
to install these.
- NodeJS & NPM (
brew install node
,pacman -S nodejs npm
) - tern:
npm -g install tern
(for completion)