lsp

:clojure-lsp: Clojure implementation of the Language Server Protocol: https://clojure-lsp.io/
devn 2021-03-31T03:01:23.164900Z

awesome! it keeps. getting. better!

anonimitoraf 2021-03-31T03:15:01.165400Z

I know right. It seems as if @ericdallo doesn't sleep anymore

😆 1
lread 2021-03-31T13:38:13.168300Z

I suspect, to all of our benefit, he might have caught a case of “The Borkdude Effect”.

🚀 3
6
borkdude 2021-03-31T15:17:33.169Z

Don't think too light of this, the #{:lsp :clojure} habit can be a seriously addicting.

1
3
devn 2021-03-31T18:39:32.171900Z

it seems like pretty gratifying work as far as OSS goes (lsp). one of the few things where you get to see the product of your work in all of your existing code without changing any of it.

😃 1
devn 2021-03-31T18:41:31.172800Z

also, i’ve really been enjoying saying “check this out…” to coworkers as i get them aboard the lsp train

devn 2021-03-31T18:41:48.173200Z

lots of ooooohs and ahhhhs on the incoming and outgoing hierarchies

ericdallo 2021-03-31T18:53:44.173800Z

hahahah, glad to hear that 😄

borkdude 2021-03-31T19:37:25.174800Z

@ericdallo so how do I see an outgoing call hierarchy? when I type lsp-tree... in emacs, I only see call-hierarchy and when I open that I see incoming hierarchy

devn 2021-04-01T22:16:52.181700Z

yes, i had the same “oh it’s a treemacs thing” moment

ericdallo 2021-04-01T22:17:43.182600Z

We could suggest 2 separated functions for lsp-mode

ericdallo 2021-03-31T19:38:03.174900Z

C-u M-x lsp-treemacs-call-hierarchy

ericdallo 2021-03-31T19:38:11.175100Z

it needs the universal argument prefix

borkdude 2021-03-31T19:38:41.175400Z

hmm, a bit hard to discover I'd say, but thanks, this works

ericdallo 2021-03-31T19:38:54.175600Z

yeah, agree

borkdude 2021-03-31T21:53:32.177100Z

🚀 1
ericdallo 2021-03-31T21:53:50.177200Z

🤘 https://github.com/clojure-lsp/clojure-lsp/pull/391

borkdude 2021-03-31T21:54:12.177500Z

:)

ericdallo 2021-03-31T21:55:31.177700Z

The rename feature is failing on integration tests with that bump though, I'll check that tomorrow

borkdude 2021-03-31T21:58:06.178100Z

:(