Fork me on GitHub
#lsp
<
2022-06-28
>
andersmurphy08:06:48

Hi, first off clojure-lsp is awesome, thank you! I was wondering if there was a way to change the completion to not show keywords unless you type a : currently if I type a function name it will list keywords that match that name first. It’s a minor pet peeve. I looks through the docs and the code and couldn’t find an obvious config/opt that would get the desired behaviour. Cheers!

👍 4
ericdallo12:06:27

thanks! We don't have this option, but sounds like something that makes sense or at least have a flag for that

ericdallo12:06:35

feel free to create a issue

👍 2
orestis08:07:32

Aaah that's a good request. I will often get Calva confused when I'm doing a :keys destructuring and it will auto-complete keywords instead of symbols.