branch: elpa/eldoc-mouse
commit 599705c83980b008d642e53a6edb8ef2ee9cf4ea
Author: huangfeiyu <[email protected]>
Commit: GitHub <[email protected]>
Update README.md
---
README.md | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/README.md b/README.md
index 04b1705e2fb..f4290854e97 100644
--- a/README.md
+++ b/README.md
@@ -57,6 +57,11 @@ Contributing
## Contribution
Feel free to open issues and pull requests for improvements. If you encounter
any bugs or have feature requests, please create an issue on the GitHub Issues
page.
+## TODO
+* make moving mouse to the posframe easier, currently, it requires moving
mouse quickly and with a click.
+* make showing document for mouse hover more generic, not only for eglot
managed buffers, but also for buffers that it makes sense to show something on
a posframe for mouse hover.
+* an interactive command to popup document on a posframe for the symbol of the
cursor.
+
## Acknowledgments
lsp-ui: inspiration, the most mouse friendly tool in Emacs.