vscode-clojure-debug icon indicating copy to clipboard operation
vscode-clojure-debug copied to clipboard

Improve hover symbol doc presentation.

Open indiejames opened this issue 9 years ago • 1 comments

The hover output presentation could be improved.

  1. Add the symbol type (function, macro, etc.) to the top line.
  2. Add more color (find out how the TypeScript hover support does this).

indiejames avatar Oct 27 '16 22:10 indiejames

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.

indiejames avatar Oct 29 '16 16:10 indiejames