[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/eglot 16dd4b8 47/54: Close #414: mention eglot-find-* i
From: |
João Távora |
Subject: |
[elpa] externals/eglot 16dd4b8 47/54: Close #414: mention eglot-find-* in README |
Date: |
Thu, 16 Apr 2020 05:31:53 -0400 (EDT) |
branch: externals/eglot
commit 16dd4b8aea918c613daa232bcce85d23d0ebd1dd
Author: Felicián Németh <address@hidden>
Commit: Felicián Németh <address@hidden>
Close #414: mention eglot-find-* in README
* README.md (Obligatory animated gif section): Mention eglot-find-*
---
README.md | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 70f5837..7152de6 100644
--- a/README.md
+++ b/README.md
@@ -433,7 +433,9 @@ To jump to the definition of a symbol, use the built-in

Eglot here relies on emacs' built-in functionality as well.
-`xref-find-references` is bound to `M-?`.
+`xref-find-references` is bound to `M-?`. Additionally, Eglot
+provides the following similar commands: `eglot-find-declaration`,
+`eglot-find-implementation`, `eglot-find-typeDefinition`.
# Historical differences to lsp-mode.el
- [elpa] externals/eglot e53dd5c 46/54: Per #354: make a public reader for project-nickname, (continued)
- [elpa] externals/eglot e53dd5c 46/54: Per #354: make a public reader for project-nickname, João Távora, 2020/04/16
- [elpa] externals/eglot 4f6e152 51/54: Fix #430: send shutdown and exit messages without arguments, João Távora, 2020/04/16
- [elpa] externals/eglot 8332cdf 52/54: Fix eglot-move-to-lsp-abiding-column (#361), João Távora, 2020/04/16
- [elpa] externals/eglot 864a493 50/54: Close #323: add a simple github issue template, João Távora, 2020/04/16
- [elpa] externals/eglot 4496657 34/54: Close #393: use completing-read in eglot-code-actions, João Távora, 2020/04/16
- [elpa] externals/eglot 9c52f24 36/54: Fix #277: Send exit as a notification, João Távora, 2020/04/16
- [elpa] externals/eglot 9f10a27 42/54: Explain the animations in the README, João Távora, 2020/04/16
- [elpa] externals/eglot e02479a 54/54: * eglot.el (Version): Bump to 1.6, João Távora, 2020/04/16
- [elpa] externals/eglot 212a7f7 43/54: Per #315: call shutdown/exit methods with params:{}, not null, João Távora, 2020/04/16
- [elpa] externals/eglot 8d8c90d 45/54: Fix #182: add public hook eglot-managed-mode-hook, João Távora, 2020/04/16
- [elpa] externals/eglot 16dd4b8 47/54: Close #414: mention eglot-find-* in README,
João Távora <=
- [elpa] externals/eglot 2209779 49/54: Fix #425: Ignore empty hover info, João Távora, 2020/04/16
- [elpa] externals/eglot 606e234 48/54: Close #415: mention soft dependencies in README, João Távora, 2020/04/16
- [elpa] externals/eglot cacfd24 53/54: Fix #361: abide by LSP when reporting and moving to columns, João Távora, 2020/04/16