Fork me on GitHub
#lsp
<
2024-02-04
>
Akiz14:02:30

Hi, I just upgraded from 2023.10.30-16.25.4 to the latest version and now I see #_calling prefix for almost every fn in my eldoc-buffer. I use Elgot. Lsp-mode doesn’t have that. Can somebody help me and give me some context about this change?

ericdallo14:02:31

This was a change on clojure-lsp previous release, it should show in any client

Akiz15:02:06

Ah, is there any way I can disable this? My problem is, when I have something like

(-> coll
       sort) 
and I hover over sort, I get the information for -> . Edit: But when I think about it - the solution is simple, use (sort) instead. So I wouldn’t worry about it... I like that eldoc now offers more information than before.

ericdallo15:02:46

Yeah, we don't have a flag, but if more people find confusing we should add a setting