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
817 stars 135 forks source link

where to find keybinds file? #236

Closed TheCodonist closed 6 months ago

FelipeFernandesLeandro commented 2 years ago

No description provided.

https://github.com/kasecato/vscode-intellij-idea-keybindings/blob/master/src/package-with-comment.json

Mahelita commented 2 years ago

How come this link is not provided in the install instructions? This feels very weird... And why do we have to change the extension from json to xml to be able to import it?

kasecato commented 6 months ago

Please refer to the guide if you want to distribute changes to this extension

If you want to delete the default key bindings of this extension in your own environment, please refer to the comments below

For the Importer, IntelliJ settings are exported as XML. This feature imports it (XML) into VS Code (JSON).