clojure-lsp / clojure-lsp-intellij

Intellij Plugin for Clojure & ClojureScript development via Language Server (LSP) made in Clojure
https://clojure-lsp.io
MIT License
83 stars 6 forks source link

Infinity code lens references #29

Closed gavr123456789 closed 6 months ago

gavr123456789 commented 9 months ago

image Idea Ultimate 2023.3.2 Plugin version: 1.14.2

ericdallo commented 8 months ago

Looks like a problem with not cleaning lens after applying new ones, @gavr123456789 did you anything specific to repro that?

gavr123456789 commented 8 months ago

@ericdallo No, nothing specific, I have it after first time using the plugin, so I just disabled lens.

ericdallo commented 8 months ago

Could you test if it happen sin Intellij Community?

abreumatheus commented 7 months ago

@ericdallo Confirmed also happening in Community Edition. Screenshot 2024-02-27 at 15 14 44

ericdallo commented 7 months ago

Thanks, I still can't repro the issue on any project (like clojure-sample) so it makes harder to understand what's going on

mefryar commented 7 months ago

I'm seeing the issue on clojure-sample, so I don't think it is project-specific. image

macOS 14.3.1 IntelliJ IDEA 2023.3.4 (Community Edition) clojure-lsp-intellij 1.14.9

abreumatheus commented 7 months ago

@ericdallo The common denominator here seems to be macOS. I think you're on linux, right @ericdallo?

ericdallo commented 7 months ago

Yes, I can't see how this would affect, but yeah it 's a factor and I don't have any macos to repro that

ericdallo commented 6 months ago

Folks, finally, this bug should be fixed by #34, let me know if not. Available on 2.0.0 version.