[Cursor] Figma MCP 연결하기 (더이상의 반복 작업은 지양한다)
·
Development
기획을 Figma에서 많이 보다 보니, 매번 찾는 게 번거로웠다. 왔다 갔다 왔다 갔다 껐다 켰다 무한반복 Figma mcp를 연결하면 해소될까? 싶어서 설정 시작.https://www.figma.com/community/plugin/1485687494525374295 Figma MCP 설치아래 링크를 들어가서 다운로드한다. https://github.com/grab/cursor-talk-to-figma-mcp GitHub - grab/cursor-talk-to-figma-mcp: CTTF: MCP integration between Cursor and Figma, allowing Cursor Agentic AI to communicatCTTF: MCP integration between Cursor ..
[Cursor] Cursor 셋팅하기
·
Development
개인적으로 Cursor를 종종 쓰고 있었으나 무료는 사용 횟수에 제한이 있어 결제를 고려하던 도중, 회사에서 지원받게 되어 본격적으로 Cursor를 사용하고자 셋팅해보는 중이다. VSCode 설정 가져오기기존에 VSCode를 사용중이여서 setting, extensions는 끌고 왔다.설정 > 일반에서 import 해준다.텍스트 편집기에서 커서 스타일을 지정해줬다. Cursor Blinking커서가 텍스트 입력 위치를 표시할 때 깜빡이는 옵션 설정 cursor smooth caret animation옵션설명off커서 애니메이션 사용 안 함 (기본적인 점프 이동)on항상 부드러운 커서 이동 사용explicit사용자가 직접 커서를 움직일 때만 부드러운 애니메이션 적용됨 (마우스 클릭이나 키보드 입력 등) ..
[TS] VSCode에서 yarn berry + TypeScript 셋팅하기
·
Development
Mac OS를 기준으로 하고 있습니다.VSCode먼저, VSCode가 설치되어있어야한다. 설치되지 않았을 경우, 공식 홈페이지에서 환경에 맞는 버전을 다운로드한다. Visual Studio Code - Code Editing. RedefinedVisual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications. Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows.code.visualstudio.comNode.jsnode는 버전 관리 용이를 ..