Skip to content

Doc string from "dynamic interned vars" is not shown in completion details #2552

Open
@behrica

Description

@behrica

If I define a var and its doc string dynamically:

(intern 'clojure.core
          (vary-meta
           'test123
           assoc
           :doc "doc of test")
          (fn [a b c]
            (+ a b c))
          )

and the try to complete it via

(clojure.core/test1...)

then VSCode / Calva does not render the doc string in the completion details. (only the args are shown)
while it does so for other vars in clojure.core.

Description with screenshots is here:
https://app.slack.com/client/T03RZGPFR/CBE668G4R

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingrepl

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions