-
Notifications
You must be signed in to change notification settings - Fork 30.9k
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
Quickfix lightbulb appends to any existing command after applying #162216
Comments
How about a combination of the suggestions:
|
Sounds good to me 🙂 |
I don't think this aligns with the editor behavior and could be surprising if accidentally encountered |
In the editor, the lightbulb hides on input and only reappears if there's still a suggestion. IMO, we should just remove the lightbulb on input |
@meganrogge a very real scenario is the user starts typing and only after that realizes the convenient quick fix though, which is what @connor4312 ran into. Hiding it while still allowing to trigger quick fixes until command executed would cover this case for users that know the keybinding, no downside afaict. |
users that know the keybinding I'd argue need less help 😄 so we should probably show the lightbulb until command execution |
👍 as long as it's accessible is the main thing. Hard to say what feels better, I was thinking of it from a power user perspective; removing UI noise if it's unlikely to be used |
Testing #161846
Could be fixed by:
The text was updated successfully, but these errors were encountered: