-
Notifications
You must be signed in to change notification settings - Fork 29.2k
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
Support inlay hint double click gesture #141576
Comments
This happened. With |
To verify
|
Works nicely -> verified. Filled follow up issue #143740 |
Re-opening after further discussion (#143740 and related). The current API allows to give a command for the hint as well as for hint label parts. Tho, the former command is meant to be a "accept" command and we should model the API accordingly. That would allow us to show specific UI, like "double click to accpet" |
API idea export class InlayHint {
// optional edit that is performed when the default gesture is triggered
textEdits?: TextEdit[];
} |
To verify
|
We should support the double click gesture on inlay hints and connect it with some "primary command". That would allow for nice interactions like making the corresponding code change when clicking etc
The text was updated successfully, but these errors were encountered: