You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: