플러그인 설치

(확장 프로그램)

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/3e4adef2-f506-4463-8546-c7e435b262aa/Untitled.png

ESLint

(예를 들어 자바스크립트는 쌍따옴표, 홑따옴표 모두 지원하지만 둘 중에 하나만 쓰고, 나머지 하나는 오류로 처리하고 싶다 → 그럼 내가 설정하면 됨)

On new folders you might also need to create a .eslintrc configuration file. You can do this by either using the VS Code command Create ESLint configuration or by running the eslint command in a terminal.

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/f25b2a06-ce42-44c9-825f-b4e4f0a6f232/Untitled.png

Prettier

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/fb6ddef9-c6d3-4a1c-9083-ba5c2966da54/Untitled.png

Reactjs code sinpets

터미널에서 ctrl+C : 실행중인 프로세스를 빠져나올 때 쓰는 키

VS code 세팅