•
8 December 2025
•
2 mins
I built my first product, Voyage Bus Tickets (view it here), using just Cursor. Then I built my second product (which is being kept a secret) using both Claude Code and Cursor. Here is my opinion on whether Claude Code or Cursor is the better code editor.
After reading comments from several developers on X and YouTube saying Claude Code was the better coding agent and after not being able to figure out why in a quick manner, I decided to test Claude Code for myself.
With Claude Code, I had to manually add instructions to CLAUDE.md explaining how types get published from the backend to the API client. Cursor understood this workflow immediately. Its codebase indexing had already embedded the repo.
Cursor finds relevant code quickly. Claude Code maintains context across long conversations.
Claude Code offers far more context than Cursor per conversation. Claude Code loading entire files into context rather than using indexing seems to enable better performance on Claude Opus 4.5 (discussion about this on Reddit, more discussion on this from Mckay Wrigley)
Cursor’s diff UI requires constant interaction. Every change brings “Keep All” or “Reject All” buttons. These appearing everywhere are a constant part of my workflow when using Cursor.
Claude Code edits files and continues, leading to better UX (in my opinion).
| Claude Code | Cursor |
|---|---|
| MCP servers (databases, browsers, APIs) | @-mentions (predefined) |
| Custom slash commands | .cursorrules file |
| Hooks | — |
| Skills/plugins | — |
I have more fun with Claude Code.
It’s not faster. Setup takes longer. It has no memory between sessions. But the terminal-native, conversational approach feels more like collaboration than code review.
| Cursor | Claude Code |
|---|---|
| Quick edits | Complex, multi-step features |
| Exploring unfamiliar code | Codebases where I understand everything |
| Zero setup | Custom workflows |
| Inline completions | Conversation over autocomplete |
I’ll keep using both. Cursor has great inline tab suggestions. For features where I want to maximize the performance of Opus 4.5 or work with an AI agent as an assistant rather than a bulk-edit tool, I’ll continue to use Claude Code.
Like it? Share it!