목록AI/Cursor (2)
올해는 머신러닝이다.
원문 : 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 ..