Replies: 3 comments
-
Same! This would be very useful as you spend a lot of time reading code, not just writing it. |
Beta Was this translation helpful? Give feedback.
0 replies
-
The command to bind for that is |
Beta Was this translation helpful? Give feedback.
0 replies
-
space - k |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all! Currently I am still learning about Helix, coming from Neovim and (Doom) Emacs.
I noticed that Helix has LSP function description/docs pop up (not sure what it is called), but only in Insert mode. How can I have this in Normal mode, so that the function description would automatically popped up if I hover the function, like I have with Doom Emacs? I have asked around in Matrix and clement-42 pointed that Helix has
SPC k
to display documentation for item under cursor, but it seems this took more space compared to the pop up in Insert mode. Thank you!Helix (Normal mode):

Helix (Normal mode,

SPC k
):Helix (Insert mode and what I want in Normal mode):

Doom Emacs

Edit: What I would like to have is documentation to auto pop up/show on hover in Normal mode. Helix already has it but it need manual invoke (
SPC k
), not auto pop up.Beta Was this translation helpful? Give feedback.
All reactions