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?
I've used Atom Teletype and found it quite nice. I prefer Sublime as my daily driver, but when pair programming I opened Atom just for this.
You open a directory, share a link, and they can read and type in the file that's in your active tab.
https://atom-editor.cc/teletype
Microsoft discontinued Atom and Teletype in 2022. It might still work, but they're pushing VS Code instead, which has a live share feature too, but haven't tried myself yet.