kasecato / vscode-intellij-idea-keybindings

Port of IntelliJ IDEA key bindings for VS Code.
https://marketplace.visualstudio.com/items?itemName=k--kato.intellij-idea-keybindings
MIT License
823 stars 137 forks source link

Include the full set of VS Code "format document" commands #288

Closed a-stewart closed 1 year ago

a-stewart commented 1 year ago

IntelliJ has a set of 4 commands that are used when option+shift+f is pressed to run format document, however, only 1 of them is mapped to cmd+option+l.

This PR updating the keybindings to include all the format document commands in their various permutations.

a-stewart commented 1 year ago

Thanks for merging :) I seem to have been added twice to README.md though

kasecato commented 1 year ago

Let me fix it before the next release. Thanks for the report.