edts
edts copied to clipboard
Erlang Development Tool Suite
When installing the EDTS package via ELPA, the EDTS Erlang files are not compiled automatically. I had to manually enter the `~/.emacs.d/elpa/edts-xxx` directory and run `make`.
After having downloaded and compiled the edts package using the `M-x package-install RET edts RET` command, I get the error below when trying to do `edts-mode` > Symbol's value as...
When entering etds mode I get this (in debug mode): EDTS [debug]: Reply nil received for request to http://0:4587/nodes EDTS [error]: Unexpected reply: nil EDTS [debug]: Sending GET-request to http://0:4587/nodes...
Running edts has always be a little shaky for me, mostly I get "Failed to initialize node noc" at the start but after I run edts-project-node-refresh or force save it...
fixes #202 This allows the project's main build system to rebuild the BEAM per the project's settings. Otherwise, since the BEAM's modification time is newer than the source's, the main...
We work pretty much exclusively with rebar3 in our projects and edts occasionally places beam files in places rebar3 is not expecting - especially when compiling files that are new....
Hi, I've been running an older version of edts for a while but decided to upgrade. I then noticed that opening a new file (in the same project) took longer...
From reading the docs and looking at functions / keybindings, I can only see `edts-code-compile-and-display` and using that the module of current buffer is not recompiled in the edts-shell. What...