kasecato / vscode-intellij-idea-keybindings

Port of IntelliJ IDEA key bindings for VS Code.
https://marketplace.visualstudio.com/items?itemName=k--kato.intellij-idea-keybindings
MIT License
817 stars 135 forks source link

`alt+insert` should have proper commands for different components #252

Closed CsCherrYY closed 2 years ago

CsCherrYY commented 2 years ago

In IntelliJ, if the mouse focuses on the editor, the key alt+insert should open a Generate code... menu (Source Action in VS Code), but if the mouse focuses on the project explorer, the key should open a new file menu. This PR tries to fix it.

sourceaction