Are there any good collaborative code editors?
I'm sick of this antipattern of downloading files from git, sending pull requests, merge conflicts etc.
Why can't a group of us edit source code as easily as using Google Docs?
Are there any good collaborative code editors?
I'm sick of this antipattern of downloading files from git, sending pull requests, merge conflicts etc.
Why can't a group of us edit source code as easily as using Google Docs?
@Edent vscode has a plugin for this which works really well, it’s called Live Share, and is basically what you describe, with some nice pairing specific stuff like being able to follow another user’s cursor or navigate around independently.