:reviewplease: https://github.com/snoe/clojure-lsp/pull/147
@ericdallo How's that look on one line with multiarity or a bunch of params?
Hum.. I followed what other lsps like lsp-dart
and lsp-java
do, At least for emacs, the default is show the first line only and the most of users don't know that they can increase to show more lines and particularly they/me too prefer to keep showing only one line 😕
So here's how it looks like in nvim - I prefer this, but that's what preferences are for - add one for display signatures on single line in hover and we can both be happy.
I see, in nvim behaves weird indeed
so do you think a config like we do on .config.edn
should be a good idea?
yup
and I think the multi-arity on your branch is still not quite right - should all be on one line right?
yes
Like I do here: https://github.com/snoe/clojure-lsp/pull/147/files#diff-f8159cdbc0e017113c5c7e2a28b7ca93R103
ah sorry, missed that commit
😅
Added the option to opt-in to the arity on same line 🙂
Do you mean something like this:
It looks ok
I think CIDER print like this too on hover
And for a huge arity:
WDYT @snoe?