Function: eglot-code-actions-at-mouse

eglot-code-actions-at-mouse is an interactive and byte-compiled function defined in eglot.el.gz.

Signature

(eglot-code-actions-at-mouse ARG1)

Documentation

Like eglot-code-actions, but intended for mouse events.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/eglot.el.gz
(defalias 'eglot-code-actions-at-mouse (eglot--mouse-call 'eglot-code-actions)
  "Like `eglot-code-actions', but intended for mouse events.")