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
813 stars 135 forks source link

The notice 'No source actions available'. #265

Open LWeiM opened 2 years ago

LWeiM commented 2 years ago

When I used 'cmd+n' keyboard map, it happened. it's appearing since version up 1.5.0.

I rollbacked to 1.4.5 version.

daniel-tailored commented 2 years ago

+1 need my cmd+n in vs code for new file :) especially since there's no code generation..

kasecato commented 1 year ago

Related v1.5.1 https://github.com/kasecato/vscode-intellij-idea-keybindings/pull/252/files

kasecato commented 1 year ago

especially since there's no code generation..

I tried to fix this when there's code generator, but I can't find how to get the code generator results for now.

kasecato commented 4 months ago

Related with https://github.com/kasecato/vscode-intellij-idea-keybindings/issues/265 editorHasCodeActionsProvider is not suitable when clause. We need a new when clause like editorHasSorceActions https://code.visualstudio.com/api/references/when-clause-contexts