简体   繁体   中英

Is it good to use one settings repository for multiple JetBrains products

Is it possible to use one settings repository for multiple JetBrains products without the setting and plugins from each IDE overriding each other?

For example:

  • Setting1 is the name of the setting repo
  • I've connected Setting1 to PhpStorm and WebStorm

Can plugins of PhpStorm affect WebStorm?

I have tried it and the settings seems to be clashing.

Unfortunately, no; if you use one repository for all IDEs, settings would be synchronized cross-IDE, it can provoke conflicts and settings overwriting.

Similar functionality should be implemented in the Settings Sync plugin in the near future, but this feature doesn't use the configurable repository; all settings are stored on JetBrains cloud servers.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM