What is the best way to sync similar settings across JetBrains IDEs? For example I have PyCharm and PhpStorm, both of which support CSS and HTML, and I would like to have all of
You can copy over the things in codestyles
folders: http://www.jetbrains.com/idea/webhelp/copying-code-style-settings.html
I haven't explored other settings, though - but a quick diff is telling me that colors
folder is probably completely compatible. You might even be able to get away with symlinking?