You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cmp-nvim-lsp-signature-help will suggest props as a completion for items inside of the Properties object.
For example
This does not happen before the first field in the object is specified, but it will always happen after the last comma within the object until you start typing the name of the next field.
When trying to insert line breaks between each field, this often results in automatically selecting the incorrect suggestion for the parameter name since it's suggested right after the comma.
The text was updated successfully, but these errors were encountered:
For a TypeScript function with a signature like:
When it is called like:
cmp-nvim-lsp-signature-help
will suggestprops
as a completion for items inside of theProperties
object.For example

This does not happen before the first field in the object is specified, but it will always happen after the last comma within the object until you start typing the name of the next field.
When trying to insert line breaks between each field, this often results in automatically selecting the incorrect suggestion for the parameter name since it's suggested right after the comma.
The text was updated successfully, but these errors were encountered: