Fork me on GitHub
#calva
<
2020-01-27
>
bozhidar07:01:10

@borkdude Which LSP commands does the server support? I couldn’t find a summary somewhere.

borkdude07:01:14

@bozhidar this only offers diagnostics, just clj-kondo but ran as a server, not as a binary

borkdude07:01:46

It has been packaged along with Calva for a while now

pez08:01:53

It's pretty cool that Calva can just specify to install the clj-kondo extension and w/o anything else needed to be done by the user, linting just happens. And it provides really fast feedback at that. Here's the drag sexp command being performed and look how the linter picks it up immediately: https://calva.readthedocs.io/en/latest/_static/images/paredit/drag-backward-up-forward-down.gif

pez08:01:53

(In use it is much smoother than that. The GIF frame rate botches it quite a bit.)

borkdude09:01:18

@pez If you haven't found any regressions, I'll release a new version soon.

pez10:01:16

Haven't been coding all that much, but the conscious tests I have thrown at it all have come back dandy.

borkdude10:01:26

@pez went ahead and released it

aw_yeah 4