emacs-lsp / dap-mode

Emacs :heart: Debug Adapter Protocol
https://emacs-lsp.github.io/dap-mode
GNU General Public License v3.0
1.28k stars 181 forks source link

[Feature] create lsp-ui sideline like with debug information about locals. #219

Open yyoncho opened 4 years ago

yyoncho commented 4 years ago

Here it is how it looks like in vscode:

VSCode

yyoncho commented 4 years ago

@kiennq you might be interested in implementing this.

zilti commented 4 years ago

Clojure's CIDER has such a functionality, maybe their code could be of help when implementing this.