프로그래밍

유용한 Visual Studio Code 확장(extension) 프로그램

채윤아빠 2021. 4. 15. 15:59
728x90
반응형

Visual Studio Code를 사용하면서, 계속 유용하게 사용하고 있는 확장 프로그램들을 정리하여 보았습니다.

vscode-icons

  • Icons for Visual Studio Code
  • 파일 트리의 아이콘을 확장자에 맞게 바꾸어 주어, 아이콘만 봐도 어떤 파일인지 바로 알 수 있습니다.
    예시화면

indent-rainbow

  • Makes indentation easier to read
  • Python 개발자에게는 필수 확장이 아닐런지?
    예시화면

Active File In StatusBar

  • Add statusbar entry to show path for currently active file.
  • VS code에서 열려 있는 파일에 대한 전체 경로의 확인이 필요할 때 매우 유용합니다.
    예시화면

Bracket Pair Colorizer

  • A customizable extension for colorizing matching brackets

Debugger for Chrome

  • VSCode에서 js를 직접 크롬과 연동하여 디버깅 가능

HTML CSS Support

  • HTML id and class attribute completion for Visual Studio Code.

Color Highlight

  • Highlight web colors in your editor

참고 자료