Variable: cider-enhanced-cljs-completion-p
cider-enhanced-cljs-completion-p is a customizable variable defined in
cider-client.el.
Value
t
Documentation
This setting enables dynamic cljs completions.
That is, expressions at point are evaluated and the properties of the resulting value are used to compute completions.
This variable was added, or its default value changed, in cider version 0.23.0.
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-client.el
(defcustom cider-enhanced-cljs-completion-p t
"This setting enables dynamic cljs completions.
That is, expressions at point are evaluated and the properties of the
resulting value are used to compute completions."
:type 'boolean
:group 'cider
:package-version '(cider . "0.23.0"))