I need to try [Wayback/Archive] Live Share – Visual Studio Marketplace and get a feel for how it is to live share code: is it a way of working that fits me well?
This installs Live Share for Visual Studio Code:
code --install-extension MS-vsliveshare.vsliveshare code --install-extension MS-vsliveshare.vsliveshare-pack
The second extension is for [Wayback/Archive] Live Share Extension Pack – Visual Studio Marketplace, which got released about a year after the first one.
Live Share was introduced in 2017, a period when most of my work was outside the Visual Studio realm, Visual Studio Code was just starting to gain momentum over Atom (which was mul multi-platform editor of choice back then; I wrote about it in a few blog posts), and my then main development environment did not allow live sharing at all. so I missed all this (:
For my reading list:
- [Wayback/Archive] Introducing Visual Studio Live Share
- [Wayback/Archive] How To use Live Share with Visual Studio Code | DigitalOcean (Tutorial)
- [Wayback/Archive] Visual Studio Live Share: Real-Time Code Collaboration Tool
- [Wayback/Archive] Use Microsoft Live Share to collaborate with Visual Studio Code
Uses search queries:
- [Wayback/Archive] markdown online co-editing – Google Search
- [Wayback/Archive] visual studio code collaborative editing – Google Search
- [Wayback/Archive] vscode live share – Google Search
The first query was my initial goal to accomplish, but I rather have the markdown files available off-line, so these did not help:
- [Wayback/Archive] 5 Best Collaborative Online Markdown Editors – TechWiser
- [Wayback/Archive] HackMD – Collaborative Markdown Knowledge Base
- [Wayback/Archive] StackEdit – In-browser Markdown editor
–jeroen