Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>MirrorDockNew to Visual Studio Code? Get it now.
MirrorDock

MirrorDock

misterblack0101

|
2 installs
| (0) | Free
Mirror your Android device screen directly in VS Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

MirrorDock

Mirror your Android device screen directly in VS Code's sidebar.

Features

  • Live Android screen mirroring in VS Code sidebar
  • Touch interaction (tap, swipe, long-press)
  • Real-time H.264 video streaming
  • Hardware-accelerated decoding via WebCodecs API
  • Auto-reconnect on device switching

Prerequisites

Android Debug Bridge (ADB)

macOS:

brew install android-platform-tools

Linux:

apt install android-tools-adb

Windows: Download Android SDK Platform Tools

Enable USB Debugging on Your Device

  1. Go to Settings > About Phone
  2. Tap Build Number 7 times to enable Developer Options
  3. Go to Settings > Developer Options
  4. Enable USB Debugging
  5. Connect your device via USB and authorize the computer

Installation

  1. Clone this repository:

    git clone https://github.com/yourusername/mirrordock
    cd mirrordock
    
  2. Install dependencies:

    npm install
    
  3. Compile TypeScript:

    npm run compile
    
  4. Press F5 to launch the Extension Development Host

Usage

  1. Connect your Android device via USB
  2. Click the phone icon in the Activity Bar
  3. Click "Start" in the panel
  4. Your device screen will appear in the panel

Interactions

  • Tap: Single click
  • Swipe: Click and drag
  • Long Press: Click and hold 500ms+

Commands

  • MirrorDock: Start
  • MirrorDock: Stop
  • MirrorDock: Restart

Troubleshooting

Device Not Detected:

adb devices
adb kill-server && adb start-server

Connection Issues:

  • Check USB cable
  • Enable "Stay Awake" in Developer Options
  • Verify USB debugging authorized

Contributing

Contributions welcome! Please feel free to submit a Pull Request.

License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft