lsp 2025-03-25

idea for clojure-lsp, when in deps.edn:

:sci {:extra-deps {io.github.nextjournal/clerk.render {:local/root "render"}}}
when you're on the dependency symbol and it's a :local/root , navigate to the folder. not sure how hard this would be ;)

cool, should not be hard, feel free to open an issue

although we don't have string analysis, so we would need to parse the code with rewrite-clj

yeah, not sure if it's worth the trouble