Skip to content

Latest commit

 

History

History
76 lines (54 loc) · 1.67 KB

README.md

File metadata and controls

76 lines (54 loc) · 1.67 KB

Cursor 编辑器使用指南

这个项目旨在分享 Cursor 编辑器的使用经验、技巧和优化配置。

项目结构

  • docs/ - 详细的使用教程和心得
  • examples/ - 实际使用案例
  • configs/ - 优化配置文件
  • src/ - 源代码(如果需要)
  • tests/ - 测试用例
  • cursorrules/ - 项目规则

快速开始

  1. 克隆本仓库

    git clone https://github.com/your-username/cursor-tutorial.git
    cd cursor-tutorial
  2. 查看文档

    • 基础教程: docs/01-Settings/01General.md
    • 进阶技巧: examples/02-chat模式梳理项目逻辑.md

待完善

  • tab
  • composer
  • chat
  • cmddk
  • context
    • Codebase indexing
    • .cursorrules
    • @files,@Folders,
    • @Docs,
    • @Git
    • @Codebase
    • @Chat
    • @Codebase
    • @Definitions
    • @Link
  • notepad
  • [ ]

学习资源

官方资源

社区资源

特定功能文档

贡献指南

欢迎提交 Pull Request 来分享你的使用经验和技巧!

许可证

MIT License