Function: eglot-code-action-organize-imports

eglot-code-action-organize-imports is an interactive and byte-compiled function defined in eglot.el.gz.

Signature

(eglot-code-action-organize-imports BEG &optional END)

Documentation

Execute source.organizeImports code actions between BEG and END.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/eglot.el.gz
(eglot--code-action eglot-code-action-organize-imports "source.organizeImports")