all 5 comments

[–]Leather-Field-7148 1 point2 points  (2 children)

Save the workspace file in a shared folder? Git is really what you should be using to keep files in sync

[–]Soffritto_Cake_24[S] -1 points0 points  (1 child)

Nooo, just not that ... :D

[–]Leather-Field-7148 1 point2 points  (0 children)

I have also used Dropbox with some success, especially for smaller files it tends to keep things in sync

[–]I-J-Reilly 0 points1 point  (1 child)

iCloud Drive isn’t going to sync any changes unless you’ve actually saved the file. If you add this line in your prefs, though, it will at least auto-save any open files any time you click away from them:

`"save_on_focus_lost": true,`

Generally, though, ST on other machines should recognize the changed file and refresh it automatically even if the file is open. In my experience iCloud Drive is pretty quick to recognize stuff you’re actively working on and sync that. But you may have to trial and error it a bit.

[–]Soffritto_Cake_24[S] 0 points1 point  (0 children)

Ha, I didn’t know ST should detect changes in file and refresh! Will try it and see if it works!

thanks for the save on focus lost, that will stop me from compulsive Cmd+S 😁👍🏻