Cursor Review (2026): What It Actually Does Well


What Cursor is

Cursor is a code editor built on VS Code with AI native to the experience. Not a plugin bolted on — the model reads your files, edits across them, and chats about your codebase. At ~$20/mo it is the default “AI editor” for a huge share of working developers.

We used it for daily feature work to find the line between hype and help.

Where it wins

Cmd-K inline editing is the killer feature. Select a block, describe the change, and it rewrites in place. Renaming a function across a file, converting a loop to map, adding error handling — these micro-edits that used to take a minute now take a sentence.

@-references make context real. Type @App.tsx or @Docs and Cursor pulls the right file or documentation into the conversation. You stop pasting code into a chat window and start pointing at it.

Multi-file edits work. Ask it to “add a settings page with a form and wire it to the existing API client” and it will touch three or four files coherently. Not perfect, but dramatically faster than doing it by hand.

Tab completion is genuinely smart. It predicts your next edit, not just your next token — often jumping ahead several lines in a way that feels like it read your mind.

Feels like home for VS Code users. Extensions, keybindings, and settings transfer. The learning curve is an afternoon.

Where it lags

Large refactors get confused. Point it at a sprawling monorepo and it loses the thread. It will happily edit the wrong module or miss a dependent file. You still need to know the architecture.

Context window limits bite. Huge files get truncated; the model “forgets” earlier parts of a long session. Break big tasks into smaller prompts.

Occasional confident wrongness. It will write code that looks right, compiles, and silently breaks an edge case. Review like a human.

Privacy tier costs more. Default plans may use your code for training unless you opt into the business/zero-retention plan.

Pricing reality

Starts ~$20/mo for Pro (the tier most people want). A free Hobby tier exists with limits. Business adds privacy controls and team features.

Who should buy

  • Editor-bound developers who live in VS Code
  • Solo founders shipping features fast
  • Anyone doing frequent small-to-medium edits

Who should skip

  • Developers who prefer a terminal agent (Claude Code or Codex fit better)
  • Teams with strict data-compliance needs unless on the privacy tier
  • People who want the AI to own big architectural decisions — it shouldn’t

Bottom line

Cursor is the fastest way to make a good editor smarter. It shines on the 80% of coding that is small edits and local context. Keep it away from your riskiest refactors and it will save you hours a week.

from ~$20/mo

Cursor

VS Code fork with inline chat + multi-file edits. Fastest for small edits.

Try it →

PaperLab may earn a commission from qualifying purchases through links on this page. This does not affect our editorial independence.

PaperLab may earn a commission from links above at no extra cost to you. We only recommend tools we’ve actually used.