[VSC] visual studio code React setting

eunji·2022년 8월 21일
0
post-thumbnail

React 개발 시 도움되는 기본 세팅

React의 className, tag 자동완성 시켜주는 설정

  1. vsc의 설정을 켠다.
  2. 위의 아이콘 누른다.
  3. "emmet.includeLanguages": { "javascript": "javascriptreact" }
    코드를 추가한다.
  • 사용방법

.haha -> <div className="haha"></div>
h2#secTitle -> <h2 id="secTitle"></h2>

profile
https://eunjitech.tistory.com/

0개의 댓글