[VSCode] VScode 기본 기능에 대해 알아보자
·
Development
VSCODE 기본 UI 기능1️⃣ 좌측 Activity Bar (사이드 바)아이콘/기능설명📁 Explorer (탐색기)파일 열고 닫기, 구조 확인🔍 Search (검색)`Cmd` + `Shift` + `F` 전체 프로젝트 내 검색🔀 Source Control (소스컨트롤)깃 연동, 변경사항 확인, 커밋🐞 Run and Debug디버깅 세션 관리, launch.json📦 Extensions (확장)확장 프로그램 관리🕘 Timeline (타임라인)(💡많이 모름) 선택한 파일의 git 히스토리⚙️ Settings / Manage환경설정 2️⃣ 타임라인 (Timeline)`Git` 이나 `SCM`을 쓸 때 연동됨.파일 하나 선택 → Timeline 탭 보면:이 파일의 변경 이력커밋 히스토리별 변경..
[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는 버전 관리 용이를 ..