Liking cljdoc? Tell your friends :D

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.
raw docstring

candidatesclj

(candidates prefix ns context)

Returns a list of namespace and classname completions.

Returns a list of namespace and classname completions.
raw docstring

docclj

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

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.
raw 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.
raw 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.
raw docstring

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

× close