Are there any videos that show how people are using clojure-lsp for Clojure development in Emacs / Spacemacs? I haven't found anything yet. I have seen lots of positive comments on how benefitial clojure-lsp is, but I am not getting that sense myself. I've just spend another hour today experimenting with clojure-lsp and found the experience a little confusing and quite distracting, so must be doing something wrong. Any guidance on how to actually use and make sense of the information its displaying?
I don't known any videos of clojure-lsp ๐ but there is the lsp-mode documentation for emacs which has some images and if you keep searching you can find videos about it. Take a look on the main features: https://emacs-lsp.github.io/lsp-mode/page/main-features/
I tried, but cider is miles ahead. I found some things a bit too intrusive, like all the overlays (# of references & co)
some things are quite nice, I guess a mix of both approaches would be nice (a bit like in cursive)
I found anakondo less intrusive and easier to understand. I assume Clojure-lsp is doing more / visualising more by default, so more of a learning curve.
You can disable this feature setting lsp-lens-enable
to nil
Almost every lsp-mode features can be disabed
You can use clojure-lsp + cider ๐
I am struggling to understand which parts are which, I ended up switching it all off until I have more time to experiment. There was too much conflicting with Cider, autocomplete and yasnippets. Itโs purely down to not understanding LSP enough, no reflection on the Clojure-lsp project, which seems great and potential very useful once I understand whatโs going on. Maybe later in the year Iโll try again when I have more time.