vscode-intellij-idea-keybindings icon indicating copy to clipboard operation
vscode-intellij-idea-keybindings copied to clipboard

The notice 'No source actions available'.

Open LWeiM opened this issue 2 years ago • 4 comments

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.

LWeiM avatar Apr 19 '22 03:04 LWeiM

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

daniel-tailored avatar Apr 25 '22 09:04 daniel-tailored

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

kasecato avatar Sep 19 '22 05:09 kasecato

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 avatar Sep 19 '22 06:09 kasecato

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

kasecato avatar Mar 20 '24 08:03 kasecato