Keisuke KATO

Results 61 comments of Keisuke KATO

Related: I published Mac to Windows on v1.0.0. https://github.com/kasecato/vscode-intellij-idea-keybindings/pull/194 I need to implement it for Windows and Linux. (...I would welcome more sponsors 🐾

Hello, I released IntelliJ settings importer for Windows. Please try it. If you have any problems please create a new issue. https://marketplace.visualstudio.com/items/k--kato.intellij-idea-keybindings/changelog#user-content-1.1.0-(jan-26%2C-2021) 1. Launch Code 1. Open command pallet Ctrl-Shift-P...

@Cpin0312 You can download [this jar](https://github.com/kasecato/jLinqer/releases/tag/1.0.1) and use it on Eclipse. File > Properties > Java Build Path > Libraries > Add external JARs

Let me remove support for this key binding in the next release. To support IntelliJ behavior, we need to keep the previous sidebar and bottom panel state. In addition, focus...

In VS Code, we have a command that insert cursor above/below. But we can't bind like `ctrl ctrl+up ctrl+up...` in a default way. Perhaps, we can refer Vim keybindings that...

@lartpang Thanks. That is true. I'm using the VSCode standard features `editor.action.smartSelect.grow` and their behavior seems to be different from IntelliJ. There's nothing I can do about it at this...

ctrl+w is working, but still different from IntelliJ

@wibotwi @stenaksel @close2 I add "cursorDown" for this. Please check v1.5.11