erlang-ls / erlang_ls

The Erlang Language Server
https://erlang-ls.github.io/
Apache License 2.0
621 stars 136 forks source link

Stacktrace in Emacs sideline should not be right-aligned #715

Open robertoaloi opened 4 years ago

robertoaloi commented 4 years ago

The current stacktrace coming from the CT code lens is unreadable. This probably requires some tweaking of emacs-lsp settings, but even in that case, the setup should be documented in the sample dot-emacs file.

alanz commented 4 years ago

This might be an issue on lsp-ui, and be better served by using just the title as now, but then hover the details, with an actual pop-up window.

alanz commented 4 years ago

And if there is a stack trace, perhaps provide a code action to open it in a fresh buffer, that knows how to navigate the stack trace.