branch: elpa/eldoc-mouse
commit 1f8584dee803d868a9658df64dadc26a26c496b9
Author: huangfeiyu <[email protected]>
Commit: GitHub <[email protected]>
Update README.md
---
README.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/README.md b/README.md
index f4290854e97..39e4cd934e1 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,8 @@
## Features
- Displays documentation in a child frame when hovering over symbols in
`eglot` managed buffers.
- Integrates with `posframe` for popup documentation.
+- Support moving mouse to the popup by move mouse on it and click.
+- Automatically hide the popup when mouse moved away from the symbol, also
supoort pressing `C-g` to hide the popup.
- Avoids spamming the LSP server by debouncing hover events.
- Works in `prog-mode` buffers to show documentation for the symbol under the
mouse point.
- Removed the unnecessary signatures from the document to make doucment more
clear.