Skip to content

Suggestions doesn't appear in parameters with c-like function declaration syntax #170

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

Closed
lopi-py opened this issue Oct 22, 2024 · 1 comment

Comments

@lopi-py
Copy link
Contributor

lopi-py commented Oct 22, 2024

It seems like word word ( [LETTER] | where | is the cursor, blocks the completion

Cases where I get suggestions by pressing the show keymap

void foo(|
void foo(|)
void foo(std::|
void foo(std::)

Cases where I don't

void foo(s|
void foo(s|)
void foo(std::s|
void foo(std::s|)
@lopi-py lopi-py changed the title Suggestions doesn't appear in parameters with c-like function syntax Suggestions doesn't appear in parameters with c-like function declaration syntax Oct 22, 2024
@lopi-py
Copy link
Contributor Author

lopi-py commented Oct 22, 2024

After debugging, 63b7b22 is the offending commit. Enabling fuzzy.use_typo_resistant partially (only if the character previous to the cursor is in lower case) fixes this, but still feels like undesired behavior

@Saghen Saghen closed this as completed in b2380a0 Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant