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

Export tutorial outdated #208

Closed jakobbraun closed 3 years ago

jakobbraun commented 3 years ago

The tutorial on how to export the keybindings from IDEA in the README seems to be outdated: It does no longer contain Key maps (schemas). grafik (InteliJ IDEA 202.3.2 Community Edition on Ubuntu Linux)

Of yourse you can't change the export in IDEA, but in case there is an other way for exporting the settings it would be great if you could show it. Otherwise I would suggest to remove the export tutorial since it is confusing.

anooprh commented 3 years ago

This would be awesome if it's fixed. I'm trying to import the old IntelliJ KeyMaps (prior to Mac OS 10.5) and it seems that there is now way right now to import different keymaps from intelliJ

kasecato commented 3 years ago

We should make a plugin in IntelliJ that outputs all keymaps, not just the differences.

A custom keymap is not a full copy of its parent keymap. It inherits unmodified shortcuts from the parent keymap and defines only those that were changed.

tyasird commented 3 years ago

I couldn't export keymaps for pycharm.

kasecato commented 3 years ago

removed guide