Keisuke KATO

Results 61 comments of Keisuke KATO

Currently, VS Code provides two APIs. We need to wait for `moveStateDownAction` to be released - editor.action.moveLinesDownAction - editor.action.moveLinesUpAction

@iceshou CC: @FluffyPorkBuns Maybe from time to time, it might have been affected by the addition of `shift shift` (Search files by name: workbench.action.quickOpen). https://github.com/kasecato/vscode-intellij-idea-keybindings/pull/218/files If we disable `shift shift`,...

I created an environment using VirtualBox 7 with Win11 Enterprise image. I installed this extension to Win11 Pro on VM, activated RDP, and connected from Win11 Home, but can't reproduced...

I reproduced this when I'm using it by the window mode, not reproduced it on the full screen mode

In the window mode, not the full screen mode ![Screenshot 2024-03-03 205156](https://github.com/kasecato/vscode-intellij-idea-keybindings/assets/10364603/04cb3884-5a3e-4032-aa37-12dc868f285e)

This issue was not reproduced in IntelliJ IDEA Ultimate Edition 2023, so maybe it's related issue with shift shift of VSCode-side ![Screenshot 2024-03-03 212104](https://github.com/kasecato/vscode-intellij-idea-keybindings/assets/10364603/05e5f5ad-d33d-443c-8984-f3aae4b91127)

- JavaScript - we can use JSDoc comment as the official feature - https://code.visualstudio.com/Docs/languages/javascript#_jsdoc-support - PHP - there's `PHPDoc Comment` as the unofficial extension - https://marketplace.visualstudio.com/items?itemName=rexshi.phpdoc-comment-vscode-plugin Every tool has a...

I understand this is a placeholder caret move for the snippet placeholder that appears when you type `fori` IntelliJ is binding it to both `Tab` and `Enter`, but VSCode only...