목록AI/Cursor (3)
오늘도 공부
아래글은 위 내용을 요약한 내용입니다.🖥️ 커서(Cursor) 최신 업데이트 정리🔧 1. 커서의 새로운 ‘매뉴얼 모드’ 도입기존의 '에디트 모드(Edit Mode)'와 '에이전트 모드(Agent Mode)'는 이번 업데이트로 변경되었는데요. 새롭게 등장한 **‘매뉴얼 모드(Manual Mode)’**는 사용자가 자주 쓰는 AI 모델과 환경 설정을 저장하고, Ctrl + L 단축키로 빠르게 전환할 수 있는 기능입니다.덕분에 다양한 개발 환경에서 반복되는 세팅을 일일이 다시 설정할 필요 없이 간편하게 불러올 수 있어요.🧵 2. 병렬 채팅 탭 지원: 여러 대화 동시에!기존에는 새 대화를 시작하면 기존 채팅이 사라졌기 때문에, 다시 이전 대화로 돌아가려면 히스토리에서 찾아야 했죠.하지만 이제는 Ctrl +..
원문 : https://blog.sshh.io/p/how-cursor-ai-ide-works How Cursor (AI IDE) WorksTurning LLMs into coding experts and how to take advantage them.blog.sshh.ioCursor (AI IDE)의 작동 방식 이해하기AI 기반 코딩 도구인 Cursor, Windsurf, Copilot 등의 내부 작동 방식을 이해하면, 보다 일관되고 효율적인 코딩 환경을 구축할 수 있습니다. 특히 복잡한 코드베이스에서 AI IDE를 효과적으로 활용하려면, 이 도구들을 단순한 자동 완성 기능이 아닌, 특정 제약과 작동 원리를 갖춘 시스템으로 이해하는 것이 중요합니다. 이러한 원리를 숙지하면 AI IDE를 마치 '치트 코..
커서 룰 추가방법https://docs.cursor.com/context/rules-for-aiYou are a senior Dart programmer with experience in the Flutter framework and a preference for clean programming and design patterns.Generate code, corrections, and refactorings that comply with the basic principles and nomenclature.## Dart General Guidelines### Basic Principles- Use English for all code and documentation.- Always declare the ..