Instantly clone any public GitHub repository and auto-setup the project inside VS Code — no git commands required! Just paste your repo link, and start coding.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Quickly clone any public GitHub repository and auto-setup the project inside VS Code — no git commands required!
Just paste your repo link, select a folder, and start coding in seconds.
🚀 Features
1-click setup: Clone any GitHub repo by just pasting the link
Auto project setup: Runs npm install or pip install -r requirements.txt automatically (if detected)
No terminal required: Works even if you don’t know git commands
Open repo instantly: Repo opens in a new VS Code window, ready to work
🛠️ How To Use
Open the Command Palette (Ctrl+Shift+P)
Run: Quick: Clone & Setup Repo
Paste the GitHub repository URL
Choose the folder to clone into
Wait for setup — repo is ready!
📦 Supported Auto-Setup
Node.js projects:
If package.json found, runs npm install
Python projects:
If requirements.txt found, runs pip install -r requirements.txt