Completion for namespace and class names.
Completion for namespace and class names.
(all-classes-short-names)
Returns a map where short classnames are matched with vectors with package-qualified classnames.
Returns a map where short classnames are matched with vectors with package-qualified classnames.
(candidates prefix ns context)
Returns a list of namespace and classname completions.
Returns a list of namespace and classname completions.
(imported-classes ns)
Returns names of all classes imported into a given namespace.
Returns names of all classes imported into a given namespace.
(nscl-matches? prefix namespace)
Tests if prefix partially matches a var name with periods as separators.
Tests if prefix partially matches a var name with periods as separators.
(nscl-symbol? x)
Tests if prefix looks like a namespace or classname.
Tests if prefix looks like a namespace or classname.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close