-
See https://github.com/clojure-lsp/clojure-lsp/issues/692#issuecomment-1011050151
-
**Is your feature request related to a problem? Please describe.**
Currently clojure-lsp has a couple different ways of handling navigation to dependencies via methods like [textDocument/definition](…
-
https://github.com/sg-qwt/debuglsp
1. run `nix develop` to start a devshell
2. run `emacs-bad` inside that devshell
3. hover on one of the java class in the clojure file and xref-find-definitons …
-
At this time of writing, clojure-lsp usage is not merged into master, but I'm creating this issue as a reminder for later.
I've set `auto-add-ns-to-new-files?` in the clojure-lsp's initialization o…
-
At the moment I am struggling to understand the benefit of using LSP for Clojure, especially when used to REPL driven development in a Clojure aware editor.
The REPL already provides a wide range of …
-
**Is your feature request related to a problem? Please describe.**
When refactoring big systems to use clojure-lsp as the main linter, I usually get overwhelmed with the output of the `diagnostics` b…
-
**Is your feature request related to a problem? Please describe.**
When renaming a namespace clojure-lsp doesn´t rename explicit qualified keywords on edn files. E.g. If i do a namespace renaming fro…
-
When a project is opened, the Calva is watching the stubs files `path/.lsp/.cache/stubs` and sending it to clojure-lsp to analyze and problems are shown on terminal. Interestingly, if the stub file n…
-
**Describe the bug**
clojure-lsp/unused-public-var reports a function as unused when it is used in an anonymous function literal inside a macro configured with a hook.
`a.clj`:
```clojure
(ns a)…
-
### FAQ
- [X] I have checked the [FAQ](https://github.com/hrsh7th/nvim-cmp/blob/main/doc/cmp.txt) and it didn't resolve my problem.
### Announcement
- [X] I have checked [Breaking change announceme…