Enables pair programming. Share your code with your buddies.
To start a pair programming session:
- Press F1
- Enter 'Sockscode create a new room.';
- You'll receive roomUuid - you'll need to send this uuid to your buddies.
- Your buddies'll need to press F1 and enter 'Sockscode connect to a room.'
- Want to exit session? F1 and Sockscode disconnect.
Don't use vscode? You can use https://sockscode.azurewebsites.net/ too.
This add-in provides you a way to have a pair coding session with any other sockscode compatible plugins:
- sockscode-office
- sockscode-web
Anyone with the roomUuid can join your session and see your code. If you want to use this extension in your corporate environment you should deploy your own sockscode-server https://github.com/sockscode/sockscode-server and set 'sockscode.server' property for sockscode-vscode extension.
List of commands:
{
"commands": [
{
"command": "sockscode.createRoom",
"title": "Sockscode create a new room."
},
{
"command": "sockscode.connect",
"title": "Sockscode connect to a room."
},
{
"command": "sockscode.disconnect",
"title": "Sockscode disconect."
}
]
}
woa. This is awesome like a pair of socks
I know right?