Eric Dallo

Results 686 comments of Eric Dallo

@iGEL it looks like something with your vim LSP client, maybe check client server logs ![image](https://github.com/user-attachments/assets/e7450128-e0b8-442c-9195-0f29196851af)

@iGEL although I got your idea, your example looks weird as from the following code it doesn´t make sense to some-map be available as completion as it's not defined anywhere...

@gustavo-gneto I think what you want is the [paredit forward-up](https://calva.io/paredit/#selecting) action, we would need to implement in clojure-lsp first.

@gustavo-gneto this is done on clojure-lsp and this plugin, but we need to wait clojure-lsp release which I should do soon. There are now the `forward` and `forward-select` actions

That happens because `nio.file.Paths/get` doesn't support receive this URI with different chars, we need to find an alternative to build that Path obj

@magnars This might be fixed with a recent PR, I will close this, let me know if the problem still persists on nightly build

Yeah, I implemented this support manually for clojure-lsp-intellij but I can see how this is convenient for other editors and have in a common place, I will think on the...

We do have a `:dep-graph` which contains all namespaces and their relationship, that would help creating this feature

I agree it'd be good for user but it's not trivial to do that AFAICS