Sync PHPstorm between machines?

Hi

For work I need PHPstorm on my desktop and laptop. Is there a way to easily sync the configuration of PHP storm settings? (FTP details, projects, history etc) without having to set them up twice? I can keep files within Google Drive for ease but it's the PHPstorm side of things I need to keep updating them at both ends.

Is there a way to have it syncing between both computers seamlessly?

0

You can use the built-in IDE Settings Sync plugin, but it will not synchronize the project list and Local History.

If you need everything, probably Settings Repository is what you should look at, although it's not as nice to use as the first plugin:

https://www.jetbrains.com/help/phpstorm/sharing-your-ide-settings.html

0

请先登录再写评论。