lsp

adham 2024-10-22T16:44:26.722749Z

forwarding for relevance

Samuel Ludwig 2024-10-22T17:08:07.929759Z

oh man i thought i must have had some busted configuration cause i've been having this too for as long as I can remember, nice to know i'm not alone :^)

adham 2024-10-22T17:39:18.062979Z

I also thought that but today I decided to break the silence :'D

adham 2024-10-29T14:01:14.158669Z

Hey @ericdallo , if you could, can you check this issue out?

❤️ 1
ericdallo 2024-10-29T14:05:43.598529Z

I lost that message, let me take a look

❤️ 1
adham 2024-10-29T14:09:18.984609Z

Thank you, if you need any information I'd be happy to provide it!

ericdallo 2024-10-29T15:31:02.840519Z

So, what happens is that when you complete an alias, clojure-lsp list all known alias in the project, example:

(ns foo (:require [clojure.string :as str]))
(ns bar (:require [clojure.string :as string]))

str| ;; will list str and string
we could be smarter and known that there is already a string required and suggest only that. Feel free to open a issue about it with the repro I mentioned here

❤️ 1
adham 2024-10-29T16:12:43.700059Z

Done, https://github.com/clojure-lsp/clojure-lsp/issues/1904

1