Quick Start Guide
Get SnapBack up and running in your project in under 5 minutes.
Installation
Step 1: Install the Extension
Open VS Code and install the SnapBack extension:
- Press
⌘+Shift+X(Mac) orCtrl+Shift+X(Windows/Linux) - Search for “SnapBack”
- Click Install
💡 Pro Tip: Make sure you’re using VS Code version 1.70 or later for optimal compatibility.
Step 2: Open Your Project
Open any project folder in VS Code. SnapBack will automatically activate and start protecting your code.
Step 3: Make Your First Snapshot
Edit and save any file. SnapBack creates automatic snapshots on every save!
// Edit this file and save - SnapBack has your back!
const greeting = "Hello SnapBack";
console.log(greeting);Verify Installation
Check that SnapBack is running:
- Look for the 🧢 icon in your VS Code status bar
- Open the SnapBack panel:
View → SnapBack - You should see your first snapshots appear as you save files
💡 Pro Tip: SnapBack works automatically - no configuration needed! Your first snapshot is created as soon as you save a file.
What’s Next?
Activation Funnel
Track your progress through the SnapBack activation funnel:
Need Help?
🎯 Quick Support: If you’re having trouble with installation, try restarting VS Code after installing the extension. If issues persist, check our troubleshooting guide.