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