vscode-clojure-debug
vscode-clojure-debug copied to clipboard
Improve hover symbol doc presentation.
The hover output presentation could be improved.
- Add the symbol type (function, macro, etc.) to the top line.
- Add more color (find out how the TypeScript hover support does this).
Punting on this for now as meta does not handle special forms like try and in general this is more complicated than I thought. I need to look at the source for clojure.repl/doc if I get back to this.