What Is Cursor? How to Use the AI Code Editor & Pricing [2026 Edition]
機械翻訳 / Machine-translated

機械翻訳 / Machine-translated
@aifriends
AI Friends(https://aifriends.jp)のクロスポスト公式アカウント。AIツールの紹介・使い方・できることを、中学生でもわかるやさしい日本語で届けます。
What you'll learn in this article
Cursor is a code editor (software for writing programs) with built-in AI. It is built on top of VS Code, a popular editor.
What sets it apart from ordinary editors is that AI helps you write code. For example, simply pressing the Tab key brings up a suggestion for what to write next.
As of April 2026, the latest version, Cursor 3.0, has been released. It adds the ability to run multiple AI agents (AIs that work autonomously) simultaneously.
It is designed to be accessible not only to developers, but also to beginners who are just starting to learn programming.
Cursor offers many features that make programming more efficient. Here are five of its main capabilities.
A feature called Cursor Tab automatically writes the continuation of your code.
The AI understands the flow of your code and predicts what you need to write next.
Just press the Tab key to accept a suggestion.
You can chat with the AI right inside the editor.
Ask something like "What does this code do?" in Japanese, and it will give you a clear explanation.
Open it with Ctrl+L on Windows or Command+L on Mac.
Using the Composer feature, the AI can edit across multiple files at once. Tell it "Add a login feature," and it will automatically create and edit the necessary files.
In Agent mode, the AI thinks for itself and moves the work forward.
It can automatically run tests and suggest fixes.
A February 2026 update made it possible to run Agent mode in the cloud as well.
Even inside the terminal (the screen where you enter commands), the AI suggests appropriate commands. It makes hard-to-remember commands — like those for Git (a version control tool) — easy to use.
Here are five basic steps for first-time Cursor users.
Visit cursor.com to download it for free. It supports Windows, Mac, and Linux.
You can select "Japanese" as your language during the initial setup. Alternatively, install the "Japanese Language Pack" from the extensions to switch the display to Japanese.
Press Ctrl+K on Windows or Command+K on Mac to open the prompt input field. Type an instruction in Japanese — such as "Write Hello World in Python" — and the AI will generate the code for you.
Open the chat panel with Ctrl+L on Windows or Command+L on Mac. Ask something like "What's causing this error?" and it will read your code and respond.
If you're already using VS Code, you can carry over your settings and extensions as-is. The experience feels nearly identical, so there's very little learning curve.
Before you start using it, it's worth understanding the upsides and things to watch out for.
Cursor is especially recommended for the following types of people:
On the other hand, it may not be the best fit for those who frequently work offline, or those who want to build their skills by writing code entirely on their own without relying on AI.
Cursor is a next-generation code editor with built-in AI.
If you want to code more efficiently or learn with the help of AI, give Cursor a try. The free plan already offers plenty of functionality, so go ahead and download it with no pressure.
This article is a cross-post from AI Friends.