-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Signature help #1331
Comments
I started working on this in June: Command helix/helix-term/src/commands.rs Lines 4125 to 4163 in 34766e2
Hook helix/helix-term/src/commands.rs Lines 4213 to 4255 in 34766e2
(That TODO should be a NOTE, since the code is implementing post-insert hooks) helix/helix-term/src/commands.rs Lines 4287 to 4290 in 34766e2
It's now possible to get a helix/helix-core/src/transaction.rs Lines 523 to 525 in 34766e2
Some work would need to be done to have a stateful component similar to completion so we could update it when it gets re-triggered (i.e. |
Discussed in #1329
Originally posted by matoous December 22, 2021
Another nice functionality that can be built on top of LSPs is signature help. Vim equivalent: https://github.com/ray-x/lsp_signature.nvim. While helpful it also clutters the UI quite a bit, especially when combined with autocomplete. Something worth considering?
The text was updated successfully, but these errors were encountered: