Files
nexus/wiki/sources/Cursor-2.0初学者使用指南.md

40 lines
1.3 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "Cursor 2.0初学者使用指南"
type: source
tags: [Cursor, AI IDE, AI编程]
date: 2025-03-17
---
## Source File
- [[raw/Vibe Coding/Cursor 2.0初学者使用指南.md]]
## Summary
- 核心主题Cursor 2.0 AI代码编辑器完整教程
- 问题域AI辅助编程、多代理并行、代码审查
- 方法/机制Plan模式规划 → Agent执行 → Diff审查 → Git版本控制
- 结论/价值AI代码生成即写入文件需先测试再确认保存
## Key Claims
- Cursor基于VS Code集成AI模型Composer比类似模型快4倍
- 代理模式Plan规划、Agent执行、Ask咨询仅回答不修改
- 代码生成即写入文件,未点撤销前持续保留,需先测试再确认
- 多代理并行:不同任务创建不同代理避免上下文混乱
- Diff视图查看AI改动逐个审查或整体接收
- 项目规则可设定AI自动生成文档注释等规范
- MCP服务器集成外部工具和API
## Key Concepts
- [[AI代码编辑器]]Cursor 2.0
- [[多代理并行]]:不同任务用不同代理
- [[代码审查Diff]]AI改动的逐个审查
## Key Entities
- [[Cursor]]AI增强代码编辑器
- [[MCP]]Model Context Protocol外部工具集成
## Connections
- [[Cursor-2.0初学者使用指南]] ← documents [[AI代码编辑器]]
## Contradictions
- 无冲突