Function: eglot-find-declaration

eglot-find-declaration is an interactive and byte-compiled function defined in eglot.el.gz.

Signature

(eglot-find-declaration)

Documentation

Find declaration for SYM, the identifier at point.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/eglot.el.gz
(defun eglot-find-declaration ()
  "Find declaration for SYM, the identifier at point."
  (interactive)
  (eglot--lsp-xref-helper :textDocument/declaration))