Function: eglot-find-typeDefinition
eglot-find-typeDefinition is an interactive and byte-compiled function
defined in eglot.el.gz.
Signature
(eglot-find-typeDefinition)
Documentation
Find type definition for SYM, the identifier at point.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/eglot.el.gz
(defun eglot-find-typeDefinition ()
"Find type definition for SYM, the identifier at point."
(interactive)
(eglot--lsp-xref-helper :textDocument/typeDefinition))