lsp

:clojure-lsp: Clojure implementation of the Language Server Protocol: https://clojure-lsp.io/
2021-06-05T02:03:17.123100Z

Can I assume lsp contains all the clj-refactor functionalities?

ericdallo 2021-06-05T04:16:42.123200Z

Most of/more used

2021-06-05T09:25:19.123600Z

lsp-rename has not action. How to debug?

2021-06-07T15:24:33.148800Z

It works. Thanks

2021-06-05T09:34:17.124100Z

Using lsp, and want to jump to the source file for integrant, but it says: LSP :: Not found for: integrant.core

2021-06-05T13:28:29.124200Z

I solved by adding the folder containing the deps.edn file. Previously I added the parent folder.

👍 1
ericdallo 2021-06-05T16:10:55.124700Z

Did you try after you fixed the project root on the issue below?