How to make autocomplete leave function signatures? #11287
-
Hi everyone, There's one thing I can't get around with autocompletion. It doesn't fill in function signature arguments and such by default. I wonder if there's a setting somewhere in Helix that I missed or it's purely an LSP thing? The first screenshot shows a completion popover with the function's signature. The second screenshot is what happens if I choose the completion. All arguments became blank. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
It isn't implemented in master yet (see #9801) but this needs tabstop support. With proper tabstop support you can overwrite or leave the labels the language server provides and jump between them |
Beta Was this translation helpful? Give feedback.
It isn't implemented in master yet (see #9801) but this needs tabstop support. With proper tabstop support you can overwrite or leave the labels the language server provides and jump between them