Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a way to sync settings across JetBrains IDEs?

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 the syntax coloring, inspections, etc. be the same for both PyCharm and PhpStorm. Similarly, I have TODO patterns in both IDEs that I'd like to synchronize.

Is there a way to accomplish this that's reliable and not to tedious or complicated?

like image 340
orome Avatar asked Feb 09 '14 14:02

orome


People also ask

Where are WebStorm settings stored?

By default, WebStorm stores user-specific files for each IDE instance (configuration, caches, plugins, logs, and so on) in the user's home directory.


1 Answers

There's now the Settings Repository plugin, but it still has quite a large number of bugs in cross-IDE synchronization.

like image 124
RiaD Avatar answered Sep 24 '22 10:09

RiaD