Getting Started with VSCode Sockpuppet¶
Installation¶
Install the VSCode Sockpuppet extension and Python package to get started.
1. Install VS Code Extension¶
- Open VS Code
- Go to Extensions (Ctrl+Shift+X)
- Search for "VSCode Sockpuppet"
- Click Install
2. Install Python Package¶
Using pip:
Using uv (recommended):
3. Verify Installation¶
Create a test script:
from vscode_sockpuppet import VSCodeClient
with VSCodeClient() as vscode:
vscode.window.show_information_message("Hello from Python!")
Run it while VS Code is open with the extension active.
Next Steps¶
- Quick Start Guide - Learn the basics
- Examples - See practical use cases
- API Reference - Explore the full API