|
|
|
|
|
by SparkyMcUnicorn
1935 days ago
|
|
I desperately wanted VS Code's remote development functionality in IDEA, and was keeping track of their remote development feature in YouTrack. When CodeWithMe was released, I was sorely disappointed. All I wanted was my code to run anywhere, and my local machine to be the IDE. mutagen.io ended up being my answer. After learning how it worked, I got it set up and it works really well. I'm mostly doing PHP development these days, and have a LAMP stack running as docker containers on a server. The sync is nearly instant (99% of the time), the rare conflicts are easily resolved, and of course debugging still works. The only thing I'm missing is collaborative editing, which I still have to jump over to VS Code to do. I haven't tried out two people using `mutagen sync` on the same instance of code, but that could be a really interesting solution if it works. An editor agnostic solution to collaborative/pair coding would be really fantastic. |
|