lsp

borkdude 2025-03-25T14:59:14.163899Z

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 ;)

ericdallo 2025-03-25T15:00:04.060679Z

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

ericdallo 2025-03-25T15:00:27.265009Z

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

borkdude 2025-03-25T15:02:16.504279Z

yeah, not sure if it's worth the trouble