Files
vibe-coding-cn/i18n/en/documents/01-getting-started/03-IDE Configuration.md
T

175 lines
6.7 KiB
Markdown
Raw Normal View History

Here is the English translation of the provided text:
2025-12-18 00:50:45 +08:00
# IDE Configuration Prompts
2025-12-18 00:50:45 +08:00
> How to use: Copy the prompt corresponding to your IDE below, paste it into any AI chat box, and the AI will guide you step-by-step to complete the configuration.
**Precondition**: Please complete [02-Setting up the Development Environment](./02-开发环境搭建.md) first.
2025-12-18 00:50:45 +08:00
---
## Choose your IDE
2025-12-18 00:50:45 +08:00
- [VS Code](#vs-code) - Free, most common
- [Cursor](#cursor) - AI-native IDE, based on VS Code
- [Windsurf](#windsurf) - AI-native IDE, new users get free credits
2025-12-18 00:50:45 +08:00
---
## VS Code
### 🪟 Windows + WSL Users
```
You are a patient VS Code configuration assistant. I have already installed WSL2 and Ubuntu, and now I need you to guide me step-by-step to configure VS Code for the best WSL development experience.
2025-12-18 00:50:45 +08:00
Please guide me in the following order, giving me only one step at a time, and waiting for my confirmation before proceeding to the next:
2025-12-18 00:50:45 +08:00
1. Install VS Code on Windows (if not already installed)
2. Install the Remote - WSL extension
3. Open a project folder via WSL
4. Install essential development extensions (GitLens, Prettier, ESLint, Local History)
5. Configure the terminal to default to WSL
2025-12-18 00:50:45 +08:00
6. Configure auto-save and formatting
7. Verify that the configuration is working correctly
Requirements:
- Provide specific instructions for each step
- If I encounter problems, help me analyze the cause and provide solutions
- After completing each step, ask me if it was successful before continuing to the next step
2025-12-18 00:50:45 +08:00
Now, let's start with the first step.
```
### 🪟 Native Windows Users
2025-12-18 00:50:45 +08:00
```
You are a patient VS Code configuration assistant. I am using a Windows system (without WSL), and now I need you to guide me step-by-step to configure VS Code.
2025-12-18 00:50:45 +08:00
Please guide me in the following order, giving me only one step at a time, and waiting for my confirmation before proceeding to the next:
2025-12-18 00:50:45 +08:00
1. Install VS Code (if not already installed)
2. Install essential development extensions (GitLens, Prettier, ESLint, Local History)
2025-12-18 00:50:45 +08:00
3. Configure the terminal to use PowerShell or Git Bash
4. Configure auto-save and formatting
5. Configure Git integration
6. Verify that the configuration is working correctly
Requirements:
- Provide specific instructions for each step
- If I encounter problems, help me analyze the cause and provide solutions
- After completing each step, ask me if it was successful before continuing to the next step
2025-12-18 00:50:45 +08:00
Now, let's start with the first step.
```
### 🍎 macOS Users
```
You are a patient VS Code configuration assistant. I am using a macOS system, and now I need you to guide me step-by-step to configure VS Code.
2025-12-18 00:50:45 +08:00
Please guide me in the following order, giving me only one step at a time, and waiting for my confirmation before proceeding to the next:
2025-12-18 00:50:45 +08:00
1. Install VS Code (via Homebrew or official website)
2. Configure the `code` command-line tool
3. Install essential development extensions (GitLens, Prettier, ESLint, Local History)
2025-12-18 00:50:45 +08:00
4. Configure auto-save and formatting
5. Verify that the configuration is working correctly
Requirements:
- Provide specific instructions for each step
- If I encounter problems, help me analyze the cause and provide solutions
- After completing each step, ask me if it was successful before continuing to the next step
2025-12-18 00:50:45 +08:00
Now, let's start with the first step.
```
### 🐧 Linux Users
```
You are a patient VS Code configuration assistant. I am using a Linux system (Ubuntu/Debian), and now I need you to guide me step-by-step to configure VS Code.
2025-12-18 00:50:45 +08:00
Please guide me in the following order, giving me only one step at a time, and waiting for my confirmation before proceeding to the next:
2025-12-18 00:50:45 +08:00
1. Install VS Code (via apt or snap)
2. Install essential development extensions (GitLens, Prettier, ESLint, Local History)
2025-12-18 00:50:45 +08:00
3. Configure auto-save and formatting
4. Configure terminal integration
5. Verify that the configuration is working correctly
Requirements:
- Provide specific instructions for each step
- If I encounter problems, help me analyze the cause and provide solutions
- After completing each step, ask me if it was successful before continuing to the next step
2025-12-18 00:50:45 +08:00
Now, let's start with the first step.
```
---
## Cursor
> AI-native IDE, based on VS Code, with built-in AI programming features. Official website: https://cursor.com
```
You are a patient Cursor IDE configuration assistant. I want to use Cursor as my primary development tool, and I need you to guide me step-by-step through the installation and configuration.
2025-12-18 00:50:45 +08:00
My operating system is: [Please tell me if you are using Windows/macOS/Linux]
Please guide me in the following order, giving me only one step at a time, and waiting for my confirmation before proceeding to the next:
2025-12-18 00:50:45 +08:00
1. Download and install Cursor (Official website: https://cursor.com)
2. Initial startup configuration (login, select theme, etc.)
2025-12-18 00:50:45 +08:00
3. Import VS Code settings and extensions (if you have used VS Code before)
4. Configure AI features (API Key or subscription)
5. Learn Cursor's core shortcuts:
- Cmd/Ctrl + K: AI Edit
- Cmd/Ctrl + L: AI Chat
- Cmd/Ctrl + I: Composer Mode
2025-12-18 00:50:45 +08:00
6. Configure auto-save
7. Verify that AI features are working correctly
Requirements:
- Provide specific instructions for each step
2025-12-18 00:50:45 +08:00
- Explain Cursor's unique features compared to VS Code
- If I encounter problems, help me analyze the cause and provide solutions
- After completing each step, ask me if it was successful before continuing to the next step
2025-12-18 00:50:45 +08:00
Now, first ask me what operating system I am using.
```
---
## Windsurf
> AI-native IDE, new users get free credits. Official website: https://windsurf.com
2025-12-18 00:50:45 +08:00
```
You are a patient Windsurf IDE configuration assistant. I want to use Windsurf as my development tool, and I need you to guide me step-by-step through the installation and configuration.
2025-12-18 00:50:45 +08:00
My operating system is: [Please tell me if you are using Windows/macOS/Linux]
Please guide me in the following order, giving me only one step at a time, and waiting for my confirmation before proceeding to the next:
2025-12-18 00:50:45 +08:00
1. Download and install Windsurf (Official website: https://windsurf.com)
2. Register an account and log in (new users get free credits)
3. Initial startup configuration
2025-12-18 00:50:45 +08:00
4. Understand Windsurf's AI features (Cascade, etc.)
5. Configure the basic development environment
6. Verify that AI features are working correctly
Requirements:
- Provide specific instructions for each step
2025-12-18 00:50:45 +08:00
- Explain Windsurf's unique features
- If I encounter problems, help me analyze the cause and provide solutions
- After completing each step, ask me if it was successful before continuing to the next step
2025-12-18 00:50:45 +08:00
Now, first ask me what operating system I am using.
```
---
## After Configuration
Once your IDE is configured, read [README.md](../../../../README.md) to understand the Vibe Coding workflow and start your first project!