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

fix: escape key closes hints without blocking typing #3281

Closed

Conversation

Leokhaidem
Copy link

@Leokhaidem Leokhaidem commented Nov 23, 2024

Fixes #3252

Changes: Ensures that pressing the escape key closes the hint box without preventing the user from typing in the editor. The editor should remain responsive after closing the hint.

I have verified that this pull request:

  • has no linting errors (npm run lint)
  • has no test errors (npm run test)
  • is from a uniquely-named feature branch and is up to date with the develop branch.
  • is descriptively named and links to an issue number, i.e. Fixes #3252

Copy link

welcome bot commented Nov 23, 2024

🎉 Thanks for opening this pull request! Please check out our contributing guidelines if you haven't already.

Copy link
Collaborator

@raclim raclim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your work on this!

While this solution does seem to work, I'm wondering if it might be better to try to work with the keymapping instead, as it's already been established within this file? It would also be great if you could remove the comments next to each line within your code!

@raclim
Copy link
Collaborator

raclim commented Dec 18, 2024

Thanks so much again for your work on this!

While this is functional, I don't think this is a complete solution yet and might need some further work to get there. Since it's been a while since this PR was last active, I'm going to close this for now.

I'm sorry that we couldn't get this in, but please feel free to reopen this PR with any updates or check out our other issues!

@raclim raclim closed this Dec 18, 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

Successfully merging this pull request may close these issues.

Autocomplete Hinter "freezes"
2 participants