Search code examples
iosxcodemacosintellij-ideakeymapping

Intellij Keymap Xcode


I'am trying to configure intellij IDE to use the same keymap as Xcode. But i cant find any Xcode keymap for IIDE (intellij IDE) - tried following This Link, but no luck.
So i thought ok, why not just use Mac OSX 10.5+? Well this doesn't work as i thought either, e.g when i try to block comment (shift+/ och command /) it acts wierd. Also tried the "^R" for run - well here IIDE reacts to "control+r"...

Anybody out there having the same problem?


Solution

  • XCode keymap exists only in AppCode and CLion products. There is a feature request to make it available for IntelliJ IDEA as well (and WebStorm).

    You can try extracting the keymap from CLion distribution, it can be found here CLION_HOME\lib\resources.jar\keymaps\Xcode.xml. Then you can place it into idea.config.path\keymaps directory when IDE is not running.