mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
; * doc/misc/eglot.texi (Eglot Commands): Improve indexing.
This commit is contained in:
parent
b75e489362
commit
d2cf1386fa
1 changed files with 3 additions and 1 deletions
|
|
@ -671,6 +671,7 @@ entire current buffer.
|
||||||
This command reformats the current buffer, in the same manner as
|
This command reformats the current buffer, in the same manner as
|
||||||
@code{eglot-format} does.
|
@code{eglot-format} does.
|
||||||
|
|
||||||
|
@cindex code actions
|
||||||
@item M-x eglot-code-actions
|
@item M-x eglot-code-actions
|
||||||
@itemx M-x eglot-code-action-organize-imports
|
@itemx M-x eglot-code-action-organize-imports
|
||||||
@itemx M-x eglot-code-action-quickfix
|
@itemx M-x eglot-code-action-quickfix
|
||||||
|
|
@ -699,8 +700,9 @@ Other commands execute a specific code action. For example,
|
||||||
@dfn{imports}---declarations of modules whose capabilities the program
|
@dfn{imports}---declarations of modules whose capabilities the program
|
||||||
uses.
|
uses.
|
||||||
|
|
||||||
|
@cindex inlay hints
|
||||||
@item M-x eglot-inlay-hints-mode
|
@item M-x eglot-inlay-hints-mode
|
||||||
This command toggles LSP ``inlay hints'' on and off for the current
|
This command toggles LSP @dfn{inlay hints} on and off for the current
|
||||||
buffer. Inlay hints are small text annotations to specific parts of
|
buffer. Inlay hints are small text annotations to specific parts of
|
||||||
the whole buffer, not unlike diagnostics, but designed to help
|
the whole buffer, not unlike diagnostics, but designed to help
|
||||||
readability instead of indicating problems. For example, a C++
|
readability instead of indicating problems. For example, a C++
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue