microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
162.23k stars 28.56k forks source link

OnClick and hover events on gutter icons #224134

Open marcglasberg opened 1 month ago

marcglasberg commented 1 month ago

How could I handle OnClick ad hover events on gutter icons, similar to how breakpoints does?

The intention was to connect it with a decorator (previously created with vscode.window.createTextEditorDecorationType) so the user should click or hover on the gutter and create/destroy the decorator assigned to the line where the user clicked.

marcglasberg commented 1 month ago

Related to https://github.com/microsoft/vscode/issues/5455 (OnClick event on Gutter) but that issue was closed without a solution. Also related to https://github.com/microsoft/vscode/issues/179725 (Support multiple decorations in editor glyph margin).

marcglasberg commented 1 month ago

@joyceerhl please, can I set a zIndex for my decorations, or this is not exposed to the extensions API? https://github.com/microsoft/vscode/pull/179910