Function: cider-completion-symbol-end-pos

cider-completion-symbol-end-pos is a byte-compiled function defined in cider-completion-context.el.

Signature

(cider-completion-symbol-end-pos)

Documentation

Find the end position of the symbol at point, unless inside a string.

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-completion-context.el
(defun cider-completion-symbol-end-pos ()
  "Find the end position of the symbol at point, unless inside a string."
  (cdr (cider-completion--bounds-of-non-string-symbol-at-point)))