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
Is there a way to trigger completion on <BS> regardless of trigger character?
Saghen
changed the title
Feat(trigger): trigger menu when deleting character that stands right after trigger character in insert mode
Trigger menu when deleting character after trigger character
Dec 29, 2024
Feature Description
Currently, trigger characters don't work if we happen to be at one after removing a character from the right.
Current behavior:
x.f|
=><BS>
=>x.|
- completion menu not triggeredDesired behavior:
x.f|
=><BS>
=>x.|
- completion menu triggeredThe text was updated successfully, but these errors were encountered: