Settings

[VS 코드] Bracket 설정방법

Eppo:) 2022. 10. 2. 01:03

Bracket이 VS Code에 포함되었기 때문에 기본 설정을 해주면 바로 사용할 수 있다.

 

cmd + shift + P

settings.json 파일에  두 줄만 추가

 

{
  "editor.bracketPairColorization.enabled": true,
  "editor.guides.bracketPairs":"active"
}