mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 04:21:24 +00:00
Eglot: adjust reference to completion frontends in manual
* doc/misc/eglot.texi (Eglot Features): Rework.
This commit is contained in:
parent
2a166c2dbd
commit
318084829c
1 changed files with 5 additions and 5 deletions
|
|
@ -474,11 +474,11 @@ Code reformatting via the @code{eglot-format} and related commands
|
||||||
supported and is activated automatically as you type.
|
supported and is activated automatically as you type.
|
||||||
|
|
||||||
@item
|
@item
|
||||||
If a completion package such as the Company package (a popular
|
Eglot enhances symbol completion front-ends by providing completion
|
||||||
third-party completion package providing @code{company-mode}), is
|
candidates based on the language server's understanding of the source
|
||||||
installed, Eglot enhances it by providing completion candidates based on
|
code (@pxref{Symbol Completion,,, emacs, GNU Emacs Manual}). The
|
||||||
the language server's analysis of the source code. (Company can be
|
Company package, installable from GNU ELPA, is a popular package known
|
||||||
installed from GNU ELPA.)
|
to work well with Eglot.
|
||||||
|
|
||||||
@item
|
@item
|
||||||
If YASnippet, a popular third-party package for automatic insertion of
|
If YASnippet, a popular third-party package for automatic insertion of
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue