Skip to content

Signature Go to default configuration

INFO

This feature is experimental, contributions welcome!

Blink supports signature help, automatically triggered when typing trigger characters, defined by the LSP, such as ( for lua. The menu will be updated when pressing a retrigger character, such as ,. Due to it being experimental, this feature is opt-in.

lua
signature = { enabled = true }

You may want to set signature.window.show_documentation = false to only show the signature, and not the documentation.