|
2 years ago | |
---|---|---|
.github | 2 years ago | |
doc | 3 years ago | |
img | 6 years ago | |
screenshots | 6 years ago | |
server | 2 years ago | |
sphinx-doc | 2 years ago | |
test | 3 years ago | |
.drone.yml | 4 years ago | |
.gitignore | 3 years ago | |
CODE_OF_CONDUCT.md | 6 years ago | |
CONTRIBUTING.md | 5 years ago | |
LICENSE | 7 years ago | |
Makefile | 4 years ago | |
indium-breakpoint.el | 2 years ago | |
indium-chrome.el | 4 years ago | |
indium-client.el | 2 years ago | |
indium-debugger-litable.el | 2 years ago | |
indium-debugger-locals.el | 5 years ago | |
indium-debugger.el | 3 years ago | |
indium-faces.el | 5 years ago | |
indium-inspector.el | 4 years ago | |
indium-interaction.el | 2 years ago | |
indium-list-sources.el | 5 years ago | |
indium-nodejs.el | 2 years ago | |
indium-render.el | 4 years ago | |
indium-repl.el | 4 years ago | |
indium-scratch.el | 5 years ago | |
indium-seq-fix.el | 5 years ago | |
indium-structs.el | 3 years ago | |
indium.el | 3 years ago | |
readme.md | 4 years ago |
A JavaScript development environment for Emacs.
Indium connects to a browser tab or nodejs process and provides many features for JavaScript development, including:
M-x indium-scratch
);indium-interaction-mode
;edebug
, or cider
.Installation instruction and other documentation can be found on readthedocs.
WARNING: Indium 2.0 now uses a client/server architecture, see installation instuctions.
The stepping debugger
The REPL with company-mode
The REPL showing clickable output
The inspector
Indium is young, here's a list of missing/wanted features
C-x C-e
from project JS buffersdebugger
statements)There is currently support for Chrom[e|ium] & nodejs. The firefox backend is in the TODO list.