Skip to content

Latest commit

 

History

History
64 lines (42 loc) · 2.05 KB

File metadata and controls

64 lines (42 loc) · 2.05 KB

PairCode

Collaborative pair programming with Video calls directly from VS Code

Features

  • Quick Code Sharing: Right-click in any editor to share code
  • Multi-Language Support: Works with C/C++, Java, Python, JavaScript, TypeScript, Go, Rust, PHP, and more
  • Smart Selection: Share entire files or just selected code snippets
  • Large File Handling: Automatically handles large files via clipboard
  • User Consent: Always asks for confirmation before sharing

Demo 1. Please visit paircode.live/vscode-extension for details

Share your code in the browser for real-time collaborative editing and pair programming sessions with Video calls.

Usage

  1. Open any file in VS Code
  2. Right-click in the editor (or select specific code)
  3. Choose "Open with Pair Code" from the context menu
  4. Confirm when prompted
  5. Your code opens in browser for collaboration

Privacy & Security

Warning

User Consent Required

This extension will ask for your confirmation before sharing code.

What happens when you share:

  • Selected code or entire file content is sent to browser
  • File name and programming language are included
  • You must explicitly confirm each time

When data is shared:

  • Only when you invoke "Open with Pair Code" command
  • Only after you confirm the consent dialog
  • Never automatically or in the background

Requirements

  • VS Code 1.85.0 or higher
  • Modern web browser

Contributing

We welcome open source contributions! Please read our contributing guidelines before submitting pull requests.

Release Notes

0.1.0

Initial release

More Information


Collaborative coding made simple