Open
Description
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