Chapter 02 The tools

The IDE (Visual Studio Code)

The first tool is the IDE. It is your home base — where you organize your files, see your project, and watch Claude work.

The IDE has always been a developer tool. Not anymore. It is now the workspace where designers do AI work too — where your files live, where you see your project, and where you watch Claude work.

For this guide we use Visual Studio Code. Free, made by Microsoft, runs everywhere.

What an IDE looks like

An IDE has three main parts.

That is it. File tree, editor, agent — all in one workspace.

The three panes of an IDE — file tree, editor, agent.
The three panes of an IDE — file tree, editor, agent.

Cursor and Antigravity are just VS Code

You may have heard of Cursor and Antigravity. Both are branches of Visual Studio Code — the same app with a different skin on top.

Learn VS Code once. You can work with the others.

Why the IDE comes first

Before you can have an agent working on files, you need a place where those files live and where you can see them. The IDE is that place.

It is where you read what Claude produces. It is where you open the markdown notes that shape Claude's behavior. It is where you keep everything in one overview.

Once you have an IDE, you need something that works inside it. That is the agent.