Git
Hub Copilot Workspace's technical preview ended in May 2025.
If you were looking forward to its features, here are the alternatives I've tried and what actually seems to work.
The Main Alternatives
Cursor is probably closest to what Workspace promised. Been using it since around June, so about 4 months now, and it handles multi-file refactoring better than anything else I've tried. Setup is straightforward and pricing is $20/month.
What I like about Cursor:
- Works with existing VS Code setups seamlessly
- AI chat actually understands my entire codebase
- Handles complex refactoring without breaking things
- Multi-file editing that actually works instead of just pretending to
What's annoying:
- Twenty bucks a month adds up fast compared to Copilot's $10
- Sometimes suggests overly clever solutions when simple ones work fine
- AI gets pushy about code style
- like it'll argue with your linter
- Corrupted a 500-line React component file once
- lost about an hour of work tracking down what broke.
Commit often.
- Chat gets weird when you paste huge blocks of code
Windsurf has the best free tier I've found.
Used it for about a week on a JavaScript project and it handled most tasks pretty well. The collaborative features seem promising but I haven't tested them with an actual team.
What works with Windsurf:
- Free for personal use with generous limits
- Based on VS Code so the interface feels familiar
- AI understands project context surprisingly well for a free tool
- Has this "Cascade" AI agent that can work on its own (sometimes too much)
Where it falls short:
- Slower AI responses on free tier
- 10+ seconds vs Cursor's instant responses
- Some VS Code extensions don't work perfectly
- Still newer so you hit more bugs and stability issues
- TypeScript intellisense gets flaky on big projects with tons of files
- The "Cascade" agent sometimes goes nuts and changes way more than you asked for
For Quick Prototypes:
Bolt.new
Bolt.new is pretty impressive for building simple web apps.
I've used it a few times when I needed to quickly show a concept to clients.
Where Bolt.new shines:
- Turn ideas into working prototypes in minutes
- Handles React/Vue apps surprisingly well for simple stuff
- Great for landing pages and basic tools
- Instant deployment so you can share links immediately
Where it falls apart:
- Limited to basic web apps only
- No complex backend logic or database stuff
- Hard to extend beyond what it first generates
Switching from Copilot
Moved to Cursor when GitHub announced they were killing Workspace.
Import process was smooth since I was already using VS Code.
What's better:
- Multi-file refactoring doesn't break everything
- AI chat knows what I'm building
- Inline edits feel less random than regular Copilot
What I miss:
- Half the price
- Git
Hub Copilot is $10/month vs Cursor's $20
- Works better with GitHub PRs and workflows
- Copilot's autocomplete was more predictable, even if dumber
Should You Switch?
Stick with GitHub Copilot if:
- You mainly use it for basic autocomplete
- $10/month vs $20/month matters to you
- You're happy with your current workflow
Try Cursor if:
- You do complex refactoring often
- You want better AI chat integration
- You're willing to pay more for advanced features
Try Windsurf if:
- You want to test advanced AI features for free
- You work with a team and need collaboration
- You're comfortable with newer, less stable tools
Try Bolt.new if:
- You need quick web app prototypes
- You're not a full-time developer
- You prefer browser-based tools