Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

eglot-help-at-point doesn't exist anymore #49

Open
non-Jedi opened this issue Mar 14, 2024 · 0 comments
Open

eglot-help-at-point doesn't exist anymore #49

non-Jedi opened this issue Mar 14, 2024 · 0 comments

Comments

@non-Jedi
Copy link
Owner

Readme shows eglot-help-at-point displaying docstrings, but that functionality was removed from eglot (see e.g. joaotavora/eglot#531). Instead you're just supposed to use eldoc

But eldoc by default seems to only shows the result of the textDocument/signatureHelp reply while entirely ignoring textDocument/hover (where the docstring is located). The intended solution seems to be to customize eldoc-documentation-strategy, but doing so results in a lot of noise in the echo area. Not sure what the best path forward is here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant