LSP banner appears and does not disappear even when changing lines. #4036
-
Hey, I'm new using helix and have been loving it!But one thing that's bothering me is these LSP flags that appear to describe a function, etc... But for me, those are showing and not disappearing until I press "Esc" which is a bit annoying, what can be a config or workaround for that? The way VSCode, Neovim, etc... Do I think its more efficient, it shows up but when changing a line or writing it disappears.
Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The popup can be closed with Ctrlc. There's an issue for it getting stuck: #3112. But it's intended to be open until exiting insert mode. You can disable automatic signature-help popups with the |
Beta Was this translation helpful? Give feedback.
The popup can be closed with Ctrlc. There's an issue for it getting stuck: #3112. But it's intended to be open until exiting insert mode.
You can disable automatic signature-help popups with the
editor.lsp.auto-signature-help
option: https://docs.helix-editor.com/configuration.html#editorlsp-section