Skip to content
EdgeTeamEdgeTeam Resources

A code editor with built-in AI chat, edits, and code generation.

View:

What is Cursor?

Cursor is a code editor — a program you use to write and edit software code. It looks and works like other popular editors, but has AI built in. You can ask it questions about your code, have it write new code for you, or ask it to change existing code — all by typing requests in plain English.

If you've used Visual Studio Code (VS Code) before, Cursor will feel very familiar because it's built on the same foundation.

Before you start

You need to download Cursor and install it on your computer (Mac, Windows, or Linux). The free tier gives you limited AI requests. Paid plans (Pro at $20/month) give more requests and access to faster models.

If you currently use VS Code, Cursor can import all your settings, extensions, and keyboard shortcuts automatically during setup.

Quickstart

  1. Download Cursor and install it.
  2. Open a project folder — this is the folder containing the code you want to work on.
  3. Try the chat panel (click the chat icon or press Cmd+L on Mac / Ctrl+L on Windows): type a question like "What does this project do?"
  4. Try an inline edit: select some code, press Cmd+K (Mac) or Ctrl+K (Windows), and describe what you want to change.
  5. Review every change before accepting it — AI suggestions aren't always correct.

Key features

  • Chat — Ask questions about your code in plain English. The AI can read your files to give specific answers.
  • Inline edit — Select code, tell the AI what to change, and it rewrites just that section.
  • Multi-file edit — Describe a bigger change and Cursor can edit multiple files at once.
  • Autocomplete — As you type, Cursor suggests the next lines of code based on what you're building.

Best for

  • Developers who want AI help inside a familiar code editor
  • Teams migrating from VS Code who want built-in AI
  • Inline code edits and multi-file refactors
  • Codebase Q&A — "explain this function" or "where is the auth logic?"

Quickstart

Before you begin

Access path
Download Cursor from cursor.com — it's a code editor (like VS Code) with AI built in. If you already use VS Code, Cursor can import all your settings and extensions automatically.
Account requirement
Free tier gives 50 AI requests/month. Pro ($20/month) gives 500 fast requests plus unlimited slower ones. You need a project folder on your computer to work with.
First useful action
Open a real project folder and use the chat panel (Cmd/Ctrl+L) to ask what the project does. This verifies the AI understands your code before you ask it to change anything.

Simple mode quickstart

  1. Download Cursor from cursor.com and install it. If you use VS Code, it will offer to import your settings.
  2. Open the folder containing your project. Cursor will scan the files so the AI can understand your code.
  3. Try the chat: press Cmd+L (Mac) or Ctrl+L (Windows) and ask 'What does this project do?'
  4. Try an inline edit: select some code, press Cmd+K (Mac) or Ctrl+K (Windows), and type what you want to change.

External resources

Cursor docs

Official documentation and feature reference.

Cursor downloads

Current installers for Mac, Windows, Linux.

Cursor Agent best practices

Official guide to Agent mode, Plan mode, and background agents.

awesome-cursorrules

Community collection of .cursorrules and .mdc rule examples for every framework.

Cursor changelog

Latest product updates and new features.

Cursor forum

Community discussions, tips, and .cursorrules examples.

Basic tutorials

Ask questions about your code

Simple mode

  1. Press Cmd+L (Mac) or Ctrl+L (Windows) to open the chat panel.
  2. Ask a question like 'What does this file do?' or 'Where is the login logic?'
  3. The AI can read your files and give specific answers about your project.

Expected output: You get instant answers about any part of your codebase.

Next step: Move from asking questions to requesting targeted inline edits.

Edit code with AI

Simple mode

  1. Select the code you want to change in the editor.
  2. Press Cmd+K (Mac) or Ctrl+K (Windows) and describe what you want: 'Add error handling' or 'Make this responsive.'
  3. Cursor highlights what it wants to change — review the changes before accepting them.

Expected output: Code changes happen faster while you maintain review control.

Next step: Set up .cursorrules to make the AI follow your project's conventions automatically.

Best for

  • Developers who want AI in a familiar VS Code-like editor
  • Inline code edits and multi-file refactors
  • Codebase Q&A and code explanation
  • Teams migrating from VS Code who want built-in AI

When to choose an alternative

  • You prefer a pure terminal workflow — try Claude Code.
  • You want a hosted browser IDE — try Replit.
  • You want a no-code app builder — try Lovable or Base44.

EdgeTeam take

The easiest on-ramp for developers who want AI coding but don't want to leave their editor. Agent mode has improved significantly, but it still hallucinates file paths and imports more than Claude Code. Great for solo devs; gets messy on large monorepos. The free tier is generous enough to evaluate properly.