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

Can't stop suggestion box from closing when entering whitespace #69

Open
TheLudd opened this issue Jun 3, 2024 · 0 comments
Open

Can't stop suggestion box from closing when entering whitespace #69

TheLudd opened this issue Jun 3, 2024 · 0 comments

Comments

@TheLudd
Copy link

TheLudd commented Jun 3, 2024

I am making a lsp server for cucumber steps and those are multi word. I would like the client to be able to type a full sentence like "When I log in to the system" and have the suggestion box still show, as long as what the user types matches a suggestion from the lsp server.

However, when I type "When ", (note space at the end) the box closes and I have not found any way to prevent this. Is it possible to keep it open as long as the user types something that matches a suggestion from the lsp server?

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