Function info from clojure-lsp covers screen during code completion. #2693
Open
Description
When code completion thinks it has matched a function name, Clojure LSP provides info about the function imported from clojuredocs.org. This includes the docstring and often multiple detailed examples. The popup can easily cover the full height of the window before finally giving up to a scrollbar . Sometimes this data is extremely helpful and convenient. Usually it's just huge distraction flashing on and off between keypresses.
It would be great to have an option to reduce this to only the signature and docstring. Usually that is more than enough to know what we need to know. Ideally this would come with a toggle command, because sometimes the full examples can be quite helpful, and save you a trip outside the editor.
Metadata
Assignees
Labels
No labels