Function: eglot-execute-command
eglot-execute-command is a byte-compiled function defined in
eglot.el.gz.
Signature
(eglot-execute-command SERVER COMMAND ARGUMENTS)
Documentation
Ask SERVER to execute COMMAND with ARGUMENTS.
Implementations
(eglot-execute-command SERVER COMMAND ARGUMENTS) in `eglot.el'.
Execute COMMAND on SERVER with `:workspace/executeCommand'. COMMAND is a symbol naming the command.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/eglot.el.gz
(cl-defgeneric eglot-execute-command (server command arguments)
"Ask SERVER to execute COMMAND with ARGUMENTS.")