Bracket이 VS Code에 포함되었기 때문에 기본 설정을 해주면 바로 사용할 수 있다.
settings.json 파일에 두 줄만 추가
{
"editor.bracketPairColorization.enabled": true,
"editor.guides.bracketPairs":"active"
}
'Settings' 카테고리의 다른 글
디펜던시(Dependency)와 데브 디펜던시(Dev Dependency) (0) | 2025.04.12 |
---|---|
데이터 파일의 키값을 카멜 케이스로 바꾸는 방법 (0) | 2022.10.25 |
live Instance와 local Instance를 동적으로 설정하는 방법 (0) | 2022.10.25 |