VSCode = Visual Studio Code 에서 사용할 수 있는 확장(Extension) 입니다.


HTML 내에서 매칭되는 닫는 태그나 여는 태그를 강조해 주는 확장입니다.


링크 : https://marketplace.visualstudio.com/items?itemName=vincaslt.highlight-matching-tag




ㅇㅇㅇㅇ



VariableDefaultDescription
highlight-matching-tag.enabledtrueEnables/disables the highlighting and status bar
highlight-matching-tag.showPathtrueEnables/disables showing path to tag in status bar (e.g. div > p > a)
highlight-matching-tag.showRulertrueEnables/disables showing highlighted tag pair in ruler section
highlight-matching-tag.highlightSelfClosingfalseShould self-closing tags be highlighted too (can be useful for multiline self-closing tags)
highlight-matching-tag.highlightFromContentfalseWhether to highlight from the tag content the closest matching tag pair
highlight-matching-tag.styles{ opening: { name: { underline: 'yellow' } } }Custom styling configuration, see Styling Options


선택된 텍스트와 일치하는 모든 텍스트를 강조합니다.


링크 : https://marketplace.visualstudio.com/items?itemName=ryu1kn.text-marker




텍스트 강조 / 강조 해제



사용

텍스트를 선택하고 오른쪽 마우스 버튼 클릭 > Toggle Highlight 선택

코드안의 설정한 문자 또는 TODO, FIXME(내장) 문자를 색으로 강조해 줍니다.


링크 : https://marketplace.visualstudio.com/items?itemName=wayou.vscode-todo-highlight




라이트 색상 테마에 적용된 모습


다크 색상 테마에 적용된 모습

명령어

Toggle highlight : 강조 켜기 / 끄기


List highlighted annotations : 설정된 문자를 나열하고 해당 파일에서 보여줍니다.



+ Recent posts