Keisuke KATO

Results 61 comments of Keisuke KATO

@dotCipher I'd love to use `JdbcContainerHealthCheck`. Is it possible to paste code here?

@magro That's great. Big thanks!

VS Code cannot support statement commands, which are processed differently in each language, by default If supported by the Language Server Protocol (extendedClientCapabilities), it's possible to bind keys by language...

We need to add a code to disable for all default keybindings Only default key bindings that had duplicate problems in the past have been disabled, but it would take...

If you want to delete the default key bindings of this extension in your own environment, please refer to the comments below https://github.com/kasecato/vscode-intellij-idea-keybindings/issues/217#issuecomment-1960780392

related with https://github.com/kasecato/vscode-intellij-idea-keybindings/issues/175#issuecomment-1950998550

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

> 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.

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

Hi @epm-dev-priporov , That's a really great idea! Let me challenge it in the future. Memo: 1. Export (IntelliJ) 1. `Configure` 1. `Export Settings` 1. `Key Maps` 1. Save `settings.jar`...