1. Prettier - Code formatter 설치 2. 설정 방법 File > Preferences > Settings Default Formatter 검색 > Prittier - Code formatter 선택 editor format on save 검색 > Fomat On Save 체크 json 검색 > Edit in setting.json 클릭 > editor.formatOnSave true 확인 3. 저장 후 정렬 확인 Ref ) [ Blog ] VSCODE 코드 정렬 extension
vscode Command Palate에서 Shell Command: Install 'code' command in PATH 를 설정하면 된다. 요렇게 치면 해당하는 경로에서 vscode가 열린다.
useRef를 import 할 때 react/cjs/react.production.min로 경로가 뜰 때가 있다. 해결방법 npm install --save @types/react Ref ) stackoverflow.com/questions/46871567/webstorm-auto-completion-does-not-work-for-react-js/46871647 https://samtao.tistory.com/29
vscode 사용 중 ctrl+/ 단축키(주석)가 안될 때 ctrl + shift 를 누른다. 그럼 다음과 같은 그림이 나오는데 한컴 입력기로 인해서 ctrl + /가 안되는 것이다. Microsoft 입력기로 바꿔서 하면 잘 된다.