Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat(trigger): trigger menu when deleting character that stands right after trigger character in insert mode #745

Open
ruslanSorokin opened this issue Dec 24, 2024 · 2 comments
Labels
feature New feature or request trigger Module which decides when to show windows

Comments

@ruslanSorokin
Copy link

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 triggered
Desired behavior: x.f| => <BS> => x.| - completion menu triggered

@ruslanSorokin ruslanSorokin added the feature New feature or request label Dec 24, 2024
@ruslanSorokin
Copy link
Author

Currently, trigger characters don't work if we happen to be at one after removing a character from the right

I might be wrong in that, but I couldn't configure it the way I've outlined.

@Saghen Saghen added the trigger Module which decides when to show windows label Dec 24, 2024
@alex35mil
Copy link

alex35mil commented Dec 27, 2024

Is there a way to trigger completion on <BS> regardless of trigger character?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request trigger Module which decides when to show windows
Projects
None yet
Development

No branches or pull requests

3 participants