{"id":23193729,"url":"https://github.com/hanz-archer/vscode-live-collab","last_synced_at":"2026-05-12T07:42:04.274Z","repository":{"id":266784180,"uuid":"899343158","full_name":"hanz-archer/VSCode-Live-Collab","owner":"hanz-archer","description":"A VS Code extension for real-time collaboration, allowing multiple users to edit the same file simultaneously. It syncs changes across instances using a unique document ID, making collaborative coding seamless.","archived":false,"fork":false,"pushed_at":"2025-01-01T14:35:24.000Z","size":242,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-10T15:17:39.799Z","etag":null,"topics":["extension","firebase","json","typescript","visual-studio-code","websocket"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hanz-archer.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-06T04:29:42.000Z","updated_at":"2025-01-01T14:35:27.000Z","dependencies_parsed_at":"2024-12-25T15:30:34.661Z","dependency_job_id":null,"html_url":"https://github.com/hanz-archer/VSCode-Live-Collab","commit_stats":null,"previous_names":["hanz-archer/vscode-live-collab"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hanz-archer%2FVSCode-Live-Collab","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hanz-archer%2FVSCode-Live-Collab/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hanz-archer%2FVSCode-Live-Collab/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hanz-archer%2FVSCode-Live-Collab/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hanz-archer","download_url":"https://codeload.github.com/hanz-archer/VSCode-Live-Collab/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247302357,"owners_count":20916684,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["extension","firebase","json","typescript","visual-studio-code","websocket"],"created_at":"2024-12-18T13:12:12.250Z","updated_at":"2026-05-12T07:41:59.236Z","avatar_url":"https://github.com/hanz-archer.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"﻿# VS Code Live Collaboration Extension Project\r\n\r\nA real-time collaboration extension for Visual Studio Code that enables multiple users to edit the same file simultaneously. Users can see each other's cursor positions and changes in real-time.\r\n\r\n## Features\r\n\r\n- 🔄 Real-time document synchronization\r\n- 👥 Multiple user collaboration\r\n- 🔒 Secure GitHub authentication\r\n- 📍 Live cursor position tracking\r\n- 🎯 Simple 5-digit room system\r\n- 👤 User presence indicators\r\n\r\n## Prerequisites\r\n\r\nBefore installing the extension, ensure you have:\r\n\r\n- [Visual Studio Code](https://code.visualstudio.com/) 1.95.0 or higher\r\n- [Node.js](https://nodejs.org/) (Latest LTS version recommended)\r\n- A [GitHub](https://github.com/) account for authentication\r\n\r\n## Installation\r\n\r\n### From VS Code Marketplace\r\n\r\n1. Open VS Code\r\n2. Go to Extensions (Ctrl+Shift+X)\r\n3. Search for \"Code ta Bai!\"\r\n4. Click Install\r\n\r\n### From Source\r\n\r\n1. Clone the repository:\r\n```bash\r\ngit clone https://github.com/hanz-archer/VSCode-Live-Collab.git\r\ncd VSCode-Live-Collab\r\n```\r\n\r\n2. Install dependencies:\r\n```bash\r\nnpm install\r\n```\r\n\r\n3. Build the extension:\r\n```bash\r\nnpm run compile\r\n```\r\n\r\n4. Package the extension:\r\n```bash\r\nvsce package\r\n```\r\n\r\n5. Install the generated .vsix file in VS Code:\r\n   - Press Ctrl+Shift+P\r\n   - Type \"Install from VSIX\"\r\n   - Select the generated .vsix file\r\n\r\n## Usage\r\n\r\n### Starting a Collaboration Session\r\n\r\n1. **Host:**\r\n   - Open the file you want to collaborate on\r\n   - Press Ctrl+Shift+P (Cmd+Shift+P on Mac)\r\n   - Type \"Start Collaboration\"\r\n   - Select \"Host\" when prompted\r\n   - Share the generated 5-digit code with collaborators\r\n\r\n2. **Collaborator:**\r\n   - Press Ctrl+Shift+P (Cmd+Shift+P on Mac)\r\n   - Type \"Start Collaboration\"\r\n   - Select \"Collaborator\" when prompted\r\n   - Enter the 5-digit code provided by the host\r\n\r\n### Features in Action\r\n\r\n- **Real-time Editing:** All changes are instantly synchronized between participants\r\n- **Cursor Tracking:** See other users' cursor positions with their GitHub usernames\r\n- **Authentication:** Secure access through GitHub authentication\r\n\r\n## Troubleshooting\r\n\r\n### Common Issues\r\n\r\n1. **Connection Issues:**\r\n   - Ensure you have a stable internet connection\r\n   - Verify that the 5-digit code is correct\r\n   - Try rejoining the collaboration session\r\n\r\n2. **Authentication Problems:**\r\n   - Make sure you're signed in to GitHub\r\n   - Try signing out and back in to VS Code\r\n   - Check if GitHub services are operational\r\n\r\n3. **Sync Issues:**\r\n   - Close and reopen the file\r\n   - Restart the collaboration session\r\n   - Check VS Code's output panel for error messages\r\n\r\n## Security\r\n\r\n- All communications are secured through Firebase\r\n- GitHub authentication ensures user identity\r\n- Document sharing is limited to those with the correct 5-digit code\r\n\r\n## Contributing\r\n\r\n1. Fork the repository\r\n2. Create your feature branch (`git checkout -b feature/AmazingFeature`)\r\n3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)\r\n4. Push to the branch (`git push origin feature/AmazingFeature`)\r\n5. Open a Pull Request\r\n\r\n## License\r\n\r\nThis project is licensed under the MIT License - see the LICENSE file for details.\r\n\r\n## Support\r\n\r\nFor support, please open an issue in the GitHub repository or contact the maintainers.\r\n\r\n---\r\n\r\nMade with by Hans Archer Dalubatan - Student.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhanz-archer%2Fvscode-live-collab","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhanz-archer%2Fvscode-live-collab","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhanz-archer%2Fvscode-live-collab/lists"}