Liking cljdoc? Tell your friends :D

cider.inlined-deps.compliment.v0v3v7-20180916v111245-2.compliment.sources.namespaces-and-classes

Completion for namespace and class names.

Completion for namespace and class names.
raw docstring

all-classes-short-namesclj

(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.
sourceraw docstring

candidatesclj

(candidates prefix ns context)

Returns a list of namespace and classname completions.

Returns a list of namespace and classname completions.
sourceraw docstring

docclj

(doc ns-or-class-str curr-ns)
source

imported-classesclj

(imported-classes ns)

Returns names of all classes imported into a given namespace.

Returns names of all classes imported into a given namespace.
sourceraw docstring

nscl-matches?clj

(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.
sourceraw docstring

nscl-symbol?clj

(nscl-symbol? x)

Tests if prefix looks like a namespace or classname.

Tests if prefix looks like a namespace or classname.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close