sahilatahar / Code-Sync

A real-time collaborative code editor featuring unique room generation, syntax highlighting, and auto-suggestions. Users can seamlessly edit, save, and download files while communicating through group chat
https://code-sync-live.vercel.app
MIT License
87 stars 43 forks source link

FEATURE - Showing user cursors and selected code by users #8

Open alexsoin opened 4 months ago

alexsoin commented 4 months ago

Showing user cursors and selected code by users so that all participants can see who made the changes and show participants the code that is currently selected.

Example:

изображение

изображение

sahilatahar commented 4 months ago

@alexsoin Thank you for your suggestion! I appreciate your input. I will prioritize implementing this feature in this project. Feel free to reach out if you have any further suggestions or feedback.

alexsoin commented 3 months ago

Perhaps this will help in development, I found a similar project of the vzcode editor in which this functionality already exists, here it is described how it was achieved