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
I was able to transfer settings from PyCharm Professional 2020.2.2 to IntelliJ IDEA Ultimate 2020.2.2 like so:
In PyCharm I selected File > Manage IDE Settings > Export Settings
and exported a settings.zip
archive. In IntelliJ I selected File > Manage IDE Settings > Import Settings
and imported this archive. IntelliJ told me the import was successful.
This does the trick as far as I can tell, but I wouldn't be surprised if this doesn't work for all JetBrains IDE pairs.