본문 바로가기

기타/Tips

Visual Code 특정 단어 하이라이트 시키기

728x90
반응형

Visual Code, 비주얼 코드에서 특정 단어 하이라이트 시키기

소싯적, 소스인사이트에서 특정 코드를 하이라이트 시키고, 코드 리뷰를 했던 경험이 있어서... Visual Code 에서도 동일한 기능을 찾아봤다. 역시, debugpig 라는 개발자가 만든 <Highlight selected words> 라는 extension 이 있어서 소개한다.

Highlight selected words

설치 및 사용방법

VSCode 에서 highlight 라는 extension 을 찾아서 설치한다.

사용방법은 매우 간단하다. Highlight 시키고 싶은 단어를 선택하고 shift+F8 로 Highlight 시킨다. 그리고 Highlight 를 해제하고 싶으면 ctrl+shift+F8 를 누르면 된다.

참고자료

아래 개발자의 github 를 참고한다.

https://github.com/rsbondi/highlight-words

 

GitHub - rsbondi/highlight-words: vscode extension to highlight all occurrences of words or expression

vscode extension to highlight all occurrences of words or expression - GitHub - rsbondi/highlight-words: vscode extension to highlight all occurrences of words or expression

github.com

반응형