diff options
| author | Eli Zaretskii | 2023-03-18 15:41:55 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2023-03-18 15:41:55 +0200 |
| commit | d2cf1386fa433530e256ffd7bd197dcd1027231d (patch) | |
| tree | 9f982dcae6bea31d558d2d8c3bbeddcbe3bc811c | |
| parent | b75e489362ba00c3b1f531988c612e4ad8d9231b (diff) | |
| download | emacs-d2cf1386fa433530e256ffd7bd197dcd1027231d.tar.gz emacs-d2cf1386fa433530e256ffd7bd197dcd1027231d.zip | |
; * doc/misc/eglot.texi (Eglot Commands): Improve indexing.
| -rw-r--r-- | doc/misc/eglot.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/misc/eglot.texi b/doc/misc/eglot.texi index 235a0523fff..10eab5675a3 100644 --- a/doc/misc/eglot.texi +++ b/doc/misc/eglot.texi | |||
| @@ -671,6 +671,7 @@ entire current buffer. | |||
| 671 | This command reformats the current buffer, in the same manner as | 671 | This command reformats the current buffer, in the same manner as |
| 672 | @code{eglot-format} does. | 672 | @code{eglot-format} does. |
| 673 | 673 | ||
| 674 | @cindex code actions | ||
| 674 | @item M-x eglot-code-actions | 675 | @item M-x eglot-code-actions |
| 675 | @itemx M-x eglot-code-action-organize-imports | 676 | @itemx M-x eglot-code-action-organize-imports |
| 676 | @itemx M-x eglot-code-action-quickfix | 677 | @itemx M-x eglot-code-action-quickfix |
| @@ -699,8 +700,9 @@ Other commands execute a specific code action. For example, | |||
| 699 | @dfn{imports}---declarations of modules whose capabilities the program | 700 | @dfn{imports}---declarations of modules whose capabilities the program |
| 700 | uses. | 701 | uses. |
| 701 | 702 | ||
| 703 | @cindex inlay hints | ||
| 702 | @item M-x eglot-inlay-hints-mode | 704 | @item M-x eglot-inlay-hints-mode |
| 703 | This command toggles LSP ``inlay hints'' on and off for the current | 705 | This command toggles LSP @dfn{inlay hints} on and off for the current |
| 704 | buffer. Inlay hints are small text annotations to specific parts of | 706 | buffer. Inlay hints are small text annotations to specific parts of |
| 705 | the whole buffer, not unlike diagnostics, but designed to help | 707 | the whole buffer, not unlike diagnostics, but designed to help |
| 706 | readability instead of indicating problems. For example, a C++ | 708 | readability instead of indicating problems. For example, a C++ |