0

Is there any way to export your key-bindings from VSCode and import them to PhpStorm?

I know that there is an extension for PhpStorm but I have already customised my shortcuts in VSCode. So I would love to simply move it from one to another.

LazyOne
  • 158,824
  • 45
  • 388
  • 391
r0pe-12
  • 57
  • 2
  • 9
  • 2
    all the keybindings are in a text JSON file, write a script that changes it into a format that PHPStroms likes and in the process translate the used commands, if needed write extensions for PHPStorm that implements missing functionality. All in all a whole lot of work – rioV8 Apr 14 '22 at 09:46
  • Yes, there's no easy way of doing that. – Dmitrii Apr 19 '22 at 09:26

0 Answers0