Keisuke KATO

Results 61 comments of Keisuke KATO

@epm-dev-priporov @kell18 @krzywiecki @zpng @myhau I just released the importer of IntelliJ IDEA keymap settings on v1.0.0. (macOS only) Please try it. This is experimental release, so if you have...

@ijoseph Thank you for your report. Seems like we should extract the zip file. 1. rename: keymap.xml => keymap.zip 2. extract: keymap.zip 3. open: keymap/keymaps/Emacs copy.xml ![Screen Shot 2021-01-24 at...

@ijoseph I noticed something in the `Emacs copy.xml` you gave me, for example, some basic key mappings like cut and paste were missing. Please wait for the release of `1.0.1`,...

@wenduof Please refer this https://github.com/kasecato/vscode-intellij-idea-keybindings/issues/354#issuecomment-2093944610 `shift+esc` is just hide terminal in IntelliJ, but this extension was toggled it. We fixed it at #103

@thekalinga Thank you for giving very useful new feature info. I will implement this feature, definitely.

* IntelliJ IDEA: Toggle Case: Shift+Cmd+U * VSCode: editor.action.transformToLowercase * VSCode: editor.action.transformToUppercase

A protocol that can detect blocks of code for each language is required, and this is supported by the language server protocol, I guessed related with https://github.com/kasecato/vscode-intellij-idea-keybindings/issues/233, https://github.com/kasecato/vscode-intellij-idea-keybindings/issues/223, https://github.com/kasecato/vscode-intellij-idea-keybindings/issues/175

There is no `Complete Current Statement` in VS Code for now

This seems to be related to the Language setting of VSCode and Windows; when I selected English (India) in Windows, special characters were entered by `ctrl+alt+l`

we can't change binding of click, see https://github.com/microsoft/vscode/issues/3130 ```js { "key": "", "command": "workbench.action.toggleMultiCursorModifier" } ```