calva

Wednesdays you might find @U0ETXRFEW in the Gather Calva space. Invite is https://gather.town/invite?token=GZqrm7CR and the password is `Be kind`.
ericdallo 2021-05-13T00:26:31.097900Z

Hum, got it, I never realized that the docstring could be markdown, only code, but that makes sense, I'll double check that

1👍
ericdallo 2021-05-13T00:53:08.098200Z

Yeah, it looks way better now: I'll add to next release, thanks!

bringe 2021-05-13T00:55:13.098600Z

You're welcome, and thank you!

bringe 2021-05-13T00:55:57.098800Z

I've created an issue for Calva here @limix: https://github.com/BetterThanTomorrow/calva/issues/1180. Thanks for bringing this up.

ericdallo 2021-05-13T00:58:41.099100Z

@brandon.ringe quick question, I'm wondering if vscode supports link on that markdown string

bringe 2021-05-13T00:59:07.099300Z

I'm not sure

ericdallo 2021-05-13T00:59:09.099500Z

lsp-mode ATM doesn't support it, but I'm changing clojure-lsp to return the filepath in a link

ericdallo 2021-05-13T01:00:08.099700Z

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)

bringe 2021-05-13T01:01:59.100200Z

I see, sounds good!

bringe 2021-05-13T01:02:11.100400Z

I think links do work... feel like I've seen this before.

bringe 2021-05-13T01:02:19.100600Z

Markdown links, at least

ericdallo 2021-05-13T01:02:51.100800Z

yes, it would be similar to cider docs on emacs that has link to the file definition

1👍
ericdallo 2021-05-13T01:03:05.101Z

I'll try to add support for that on lsp-mode as well