-
Notifications
You must be signed in to change notification settings - Fork 30.4k
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
Problems with quick info hint in 1.96+ #239664
Comments
Thanks for creating this issue! It looks like you may be using an old version of VS Code, the latest stable release is 1.96.4. Please try upgrading to the latest version and checking whether this issue remains. Happy Coding! |
This works for me, what get's printed when you do "F1 > Toggle Keyboard Shortcuts Troubleshooting" |
I'm not sure what you were trying to say with that.
Apart from that, nothing else happens. |
What is printed in that troubleshooting view when you hit |
|
Looks like no command is available when pressing |
This was with empty profile this is log from 1.95.3:
The key difference is in
|
@aiday-mar I give this back to you. Seems to be something special with the hover |
Does this issue occur when all extensions are disabled?: Yes
Steps to Reproduce:
Prerequisite: Text Editor > Hover: Enabled is disabled in the settings
When calling a hint with quick information (CTRL+Q with Intellij Keybindings, or CTRL+K CTRL+I), it used to be possible to press ESC immediately to hide the hint. In versions older than 1.95.3, you must first select this prompt with the mouse, after which you can hide it by ESC.
The latest version where this problem does not exist is 1.95.3.
If you enable Text Editor > Hover: Enabled, the function works as expected: the hint is displayed in manual mode and it is hidden by ESC.
The text was updated successfully, but these errors were encountered: