מרכז המדריכים של Cursor IDE
נתיב למידה שלב אחר שלב כדי לעזור לך לשלוט בכישורי פיתוח AI
הגירה מ-VS Code
ייבא בקלות הגדרות VS Code והתחל להשתמש ב-Cursor במהירות
ייבוא הגדרות VS Code
השתמש בתכונת הייבוא המובנית של VS Code בהגדרות Cursor > כללי > חשבון כדי לייבא את כל הרחבות VS Code, ההגדרות וקיצורי המקשים בלחיצה אחת.
הגירת הרחבות והגדרות
תואם fully לשוק ההרחבות של VS Code, תומך בייבוא בלחיצה אחת של הגדרות ותוספים של VS Code. Cursor מעדכן ברציפות גרסאות VS Code כדי להבטיח שלא תפספס את התכונות העדכניות ביותר.
קשירת קיצורי מקשים
השתמש ב-Ctrl/⌘ + Shift + P כדי לפתוח את палитра פקודות, הקלד 'קיצורי מקשים' כדי להתאים אישית קיצורים. כל קיצורי המקשים של VS Code יכולים להיות מועברים seamlessly.
התאמת פריסת ממשק
סרגל הפעילות האופקי default שומר מקום לצ'אט AI. עבור פריסה אנכית, הגדר workbench.activityBar.orientation ל-vertical בהגדרות VS Code והפעל מחדש.
יסודות Copilot++
שלוט בעוזר התכנות AI החזק יותר מ-GitHub Copilot
השלמת קוד חכמה
מבין כוונה based על היסטוריית השינויים האחרונה שלך, מספק השלמת קוד מדויקת more. תומך ב-Tab כדי לקבל הצעות, Esc כדי לדחות, Ctrl/⌘ → כדי לקבל מילה אחר מילה.
שינוי קוד מרובה שורות
לא only מוסיף קוד new אלא also משנה existing code. כאשר מציע שינויים ל-existing code, זה מוצג כ-diff popup בצד ימין של השורה הנוכחית.
הצעות לתיקון שגיאות
מספק הצעות תיקון based on linter and compiler error messages in the editor. Supports using Ctrl/⌘ + Shift + E for quick error fixes.
הגדרות בסיסיות
נהל הגדרות through the Copilot++ icon in the bottom status bar or Cursor Settings > Features > Copilot++, supporting global or language-specific enable/disable.
מבוא לצ'אט AI
השתמש בתכונות צ'אט AI כדי לפתור בעיות תכנות
בחירת מודל AI
Default to GPT-5 model. Switch between different models (including Claude 4.5, Gemini, etc.) using Ctrl/⌘ /, selections are saved for future sessions.
טכניקות שיחה בסיסיות
Press Ctrl/⌘ + L to open and focus the AI chat panel, Enter to submit queries. Supports editing and re-running previous queries.
הבנת הקשר קוד
Automatically includes context from the entire codebase without manual copy-pasting. Supports document indexing and web search for more accurate responses.
שאלות נפוצות ותשובות
AI responses include code blocks that can be directly applied. All conversations are saved in chat history for later viewing and reuse.
Refactoring קוד ב-AI
Use Copilot++ to optimize and refactor existing code
הבנת ניתוח קוד
Copilot++ analyzes your coding patterns and recent change history to understand your intent and provide more context-appropriate refactoring suggestions.
הצעות refactoring חכמות
Supports refactoring operations like variable renaming, function extraction, code optimization. Each keystroke or cursor movement triggers new refactoring suggestions.
שינוי קוד מרובה שורות
Can modify multiple lines of code simultaneously, ranging from one line above to two lines below the current line. Supports refactoring and optimization of entire code blocks.
טיפים לאופטימיזציית ביצועים
Provides performance optimization suggestions based on code analysis, including algorithm improvements, memory usage optimization. Supports quick optimization application through command palette.
טכניקות צ'אט מתקדמות
Fully utilize AI chat features to enhance development efficiency
אינטגרציית חיפוש באינטרנט
Enable 'Always search the web for answers' in Cursor Settings > Features > Chat to ensure getting the latest information and solutions.
תכונת אינדוקס מסמכים
Automatically indexes project documentation for more accurate context-aware suggestions. Supports user-specified code blocks as references.
ניהול הקשר
Choose whether to include current file as context, or set 'Default to no context' in Settings to use only user messages.
אופטימיזציית prompt
Learn to write more effective prompts containing necessary context information for more precise AI responses. Supports saving common prompt templates.
הגדרת פיתוח מרוחק
Configure remote development environments and SSH connections
חיבור SSH מרוחק
Currently supports SSH connections to Linux servers, temporarily does not support connections to Mac or Windows machines. Requires proper SSH key and permission configuration.
הוראות הגדרת סביבה
Detailed remote environment configuration steps, including SSH key setup, remote server requirements, and network configuration instructions.
פתרון בעיות נפוצות
Solve common issues in remote connections, such as permission errors, connection timeouts. Provides detailed troubleshooting guide.
הצעות לאופטימיזציית ביצועים
Suggestions for optimizing remote development performance, including file synchronization strategies, cache configuration, and network optimization techniques.
最佳实践
Efficiently use Cursor IDE in teams
פתרון שיתוף הגדרות
Synchronize team configurations including extensions, shortcuts, code snippets through Settings Sync feature. Supports using Git repositories to manage team-shared Cursor configuration files.
Workflow שיתוף פעולה צוותי
Utilize Cursor's multi-person collaboration features, supporting real-time code review, remote pair programming. Integrates Git workflow, providing visual interface for branch management and code merging.
אינטגרציית code review
Deep integration with platforms like GitHub, GitLab, supporting direct viewing and processing of PR/MR in IDE. AI-assisted code review automatically detects potential issues.
בניית בסיס ידע
Use AI chat history to build team knowledge base, accumulate coding best practices. Supports exporting and sharing common code snippets, establishing team-specific code template libraries.
Workflow פיתוח AI
Build efficient development workflows based on AI
הגדרת עוזר AI
Customize AI assistant behavior patterns, including code style preferences, comment standards. Configure project-specific prompt templates to improve AI response accuracy.
תהליך יצירת קוד
Use AI to quickly generate boilerplate code, test cases, and documentation. Supports intelligent code completion based on project context, providing code suggestions that comply with team standards.
פתרון בקרת איכות
Integrate code quality checking tools, AI automatically reviews code style and potential issues. Supports custom code quality rules to ensure team code consistency.
אסטרטגיית אופטימיזציית יעילות
Optimize development workflows through data analysis, identify repetitive work and efficiency bottlenecks. Use AI to automate daily tasks, improve overall team development efficiency.
התאמה ארגונית
Cursor IDE configuration and applications in enterprise environments
הגדרות ארגוניות
Configure enterprise-specific AI models and servers, support private deployment. Integrate internal enterprise systems and toolchains to ensure development environment uniformity.
הגדרת compliance אבטחה
Implement code security scanning and sensitive information detection to ensure compliance with enterprise security standards. Configure access control and audit logs to track code changes and operation records.
ניהול הרשאות צוות
Role-based permission control system, manage team member access to different features. Supports integration with enterprise SSO systems for unified identity authentication.
פתרון ניטור ביצועים
Deploy performance monitoring systems to track IDE resource usage in real-time. Optimize loading performance for large projects, provide distributed caching solutions.