Skip to content

Function info from clojure-lsp covers screen during code completion. #2693

Open
@skylize

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions