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
--- @fieldshow_in_snippetboolean When false, will not show the completion window when in a snippet
3
+
--- @fieldshow_on_keywordboolean When true, will show the completion window after typing a character that matches the `keyword.regex`
4
+
--- @fieldshow_on_trigger_characterboolean When true, will show the completion window after typing a trigger character
3
5
--- @fieldshow_on_blocked_trigger_charactersstring[] LSPs can indicate when to show the completion window via trigger characters. However, some LSPs (i.e. tsserver) return characters that would essentially always show the window. We block these by default.
4
-
--- @fieldshow_on_accept_on_trigger_characterboolean When true, will show the completion window when the cursor comes after a trigger character after accepting an item
5
-
--- @fieldshow_on_insert_on_trigger_characterboolean When true, will show the completion window when the cursor comes after a trigger character when entering insert mode
6
+
--- @fieldshow_on_accept_on_trigger_characterboolean When both this and show_on_trigger_character are true, will show the completion window when the cursor comes after a trigger character after accepting an item
7
+
--- @fieldshow_on_insert_on_trigger_characterboolean When both this and show_on_trigger_character are true, will show the completion window when the cursor comes after a trigger character when entering insert mode
6
8
--- @fieldshow_on_x_blocked_trigger_charactersstring[] List of trigger characters (on top of `show_on_blocked_trigger_characters`) that won't trigger the completion window when the cursor comes after a trigger character when entering insert mode/accepting an item
0 commit comments