VS Code

Extensions

soheedev 2023. 1. 18. 22:08

Comment tagged templates

문자타입으로 CSS, HTML 코드를 변수에 선언해도 코드하이라이트가 생겨서 가독성에 도움이 된다.

Comment tagged templates

사용법은 한줄 주석을 따옴표 앞에 넣고 해당 언어로 선언하면 된다.

Comment tagged templates Demo


Auto Rename Tag

태그 수정시 앞에만 수정해도 뒤에 닫히는 태그가 알아서 변경된다.

Auto Rename Tag
Auto Rename Tag Demo


vscode-styled-components

styled-components의 경우 백틱 안에 문법을 작성하기 때문에 자동 완성이 안되는 단점이 있는데 이를 해결해준다.

vscode-styled-components
vscode-styled-components Demo

 

'VS Code' 카테고리의 다른 글

VS Code 단축키  (0) 2023.01.23