qordpsem 2024. 9. 27. 14:58

https://code.visualstudio.com/

 

Visual Studio Code - Code Editing. Redefined

Visual 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.com

vscode 에 들어가서 다운로드 해준 뒤 

 

확장 프로그램 세개를 다운받았다

git ignore

auto rename tag

live server

 

 

npm 설치

npm install

 

부트스트랩 사용 위해서 install

npm install react-bootstrap bootstrap

 

react-router-dom 설치

npm install react-router-dom

 

 

후 npm start 로 실행

 

 


 

vscode 단축키

#터미널 열기/닫기

control + `

(맥 자판 백틱 위치 : 1 왼쪽 ₩를 한영키 바꾸고 누르면 나옴)

 

#동일한 이름 일괄변경

cmd + d 

 

#줄 복사

option + shift 방향키 위또는아래

 

 


 

자동 저장

setting > files > Auto Save 를 off 에서 afterDelay 1000 으로 바꾸면

파일이 수정되고 1초동안 변경사항이 없을 시 자동저장 된다