tandem
tandem copied to clipboard
Future extension possibilities
- Show cursor locations of remote participants
- End-to-end encryption of inter-agent messages
- Show selections of remote participants
- Support multiple buffers in one session
- Define the editor messages using protobufs
- Improve serialization of messages (probably just move everything to protobufs)
- Use a build tool
- Support more editors
- Atom
- VSCode (?)
- IDEs (?)
Cursor locations are highly dependent on what the editor supports. E.g. in vim you need to toggle between highlighting + and not highlighting a single row/col to simulate a marker :(
emacs support is in #125