Is there a way to sync settings across JetBrains IDEs?

后端 未结 7 1733
猫巷女王i
猫巷女王i 2021-01-31 14:19

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

7条回答
  •  春和景丽
    2021-01-31 14:25

    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.

提交回复
热议问题