들여 쓰기를 보다 쉽게 볼 수 있는 간단한 확장 기능


링크 : https://marketplace.visualstudio.com/items?itemName=oderwat.indent-rainbow





이 확장은 텍스트 앞의 들여 쓰기를 각 단계에서 4 가지 색상으로 번갈아 표시합니다.




파일 > 기본설정 > 설정에서


// Controls how the editor should render whitespace characters.
// - none
// - boundary: Render whitespace characters except for single spaces between words.
// - all
"editor.renderWhitespace": "boundary"


위와 같이 설정시 space(.) 와 tab(->) 을 별도로 표시해 주어 같이 사용하면 좋습니다.

+ Recent posts