@@ -272,14 +272,17 @@ Depending on the type of the return value of the evaluation this middleware may
272272 " doc-block-tags-fragments" (str " May be absent. Represent the 'param', 'returns' and 'throws' sections a Java doc comment. " fragments-desc)})
273273
274274(def info-params
275- {" sym" " The symbol to lookup"
276- " ns" " The current namespace"
277- " context" " A Compliment completion context, just like the ones already passed for the \" complete\" op,
275+ {" sym" " The symbol to lookup"
276+ " ns" " The current namespace"
277+ " context" " A Compliment completion context, just like the ones already passed for the \" complete\" op,
278278with the difference that the symbol at point should be entirely replaced by \" __prefix__\" .
279279For Java interop queries, it helps inferring the precise type of the object the `:sym` or `:member` refers to,
280280making the results more accurate (and less numerous)."
281- " class" " A Java class. If `:ns` is passed, it will be used for fully-qualifiying the class, if necessary."
282- " member" " A Java class member." })
281+ " class" " A Java class. If `:ns` is passed, it will be used for fully-qualifiying the class, if necessary."
282+ " member" " A Java class member."
283+ " var-meta-allowlist" " The metadata keys from vars to be returned. Currently only affects `:clj`.
284+ Defaults to the value of `orchard.meta/var-meta-allowlist`.
285+ If specified, the value will be concatenated to that of `orchard.meta/var-meta-allowlist`." })
283286
284287(def-wrapper wrap-info cider.nrepl.middleware.info /handle-info
285288 (cljs/requires-piggieback
0 commit comments