Hum, got it, I never realized that the docstring could be markdown, only code, but that makes sense, I'll double check that
Yeah, it looks way better now: I'll add to next release, thanks!
You're welcome, and thank you!
I've created an issue for Calva here @limix: https://github.com/BetterThanTomorrow/calva/issues/1180. Thanks for bringing this up.
@brandon.ringe quick question, I'm wondering if vscode supports link on that markdown string
I'm not sure
lsp-mode ATM doesn't support it, but I'm changing clojure-lsp to return the filepath in a link
if that works on vscode it would be cool otherwise, it will only print the string like lsp-mode does (you can check my print the filename is not underlined, so lsp-mode didn't mark it as a link)
I see, sounds good!
I think links do work... feel like I've seen this before.
Markdown links, at least
yes, it would be similar to cider docs on emacs that has link to the file definition
I'll try to add support for that on lsp-mode as well