vscode-keypromoter icon indicating copy to clipboard operation
vscode-keypromoter copied to clipboard

Contribute to VSCode directly?

Open supervanya opened this issue 1 year ago • 4 comments

Making this as a plugin seems very cumbersome, what do you think about making this available as core of the vscode?

I started poking around the vscode codebase, wondering if you want to help out https://github.com/supervanya/vscode-key-tutor

supervanya avatar Dec 13 '23 05:12 supervanya

I think, hardly any code can be reused for vscode itself, we use workarounds for API limitations and such. Right now, I don't want to contribute, not sure about others. Maybe later.

Slava0135 avatar Dec 13 '23 15:12 Slava0135

I have already researched this topic, and there was already a similar attempt at implementation and it was removed by reasons: https://github.com/microsoft/vscode/issues/78091

donebd avatar Dec 13 '23 16:12 donebd

From https://github.com/microsoft/vscode/issues/78091#issuecomment-521640092:

we are open to accept features like the "keybindings teacher"

So upstream is interested, or at least not explicitly hostile to this.

walles avatar Apr 27 '24 07:04 walles

So upstream is interested, or at least not explicitly hostile to this.

Yeah that is what got me interested. But the codebase is massive and I couldn't figure out how to hook into the right events to see their source (like I want only pointer events)

supervanya avatar May 07 '24 15:05 supervanya