본문 바로가기
html,css

visual studio code 필수 확장프로그램

by 냉면돈가스 2022. 1. 14.

제가 사용하는 확장프로그램들 입니다.


Material Theme : vscode의 테마를 설정

Material Icon Theme : 파일등 아이콘들의 테마가 변경

Bracket Pair Colorizer : 괄호 중첩등의 상황에서 구별을 쉽게 해줌

Auto Rename Tag : 앞에 태그를 바꿀 시 뒤의 태그를 자동으로 바꿔줌

Auto Close Tag : 앞에 태그를 생성 시 자동으로 닫는 태그 생성

Css Peek : html파일에서 css파일을 금방 찾게해줌 (컨트롤키를 누른 상태로 html요소를 클릭시 정의된 css파일로 이동)

html css support : html에서 자동적으로 css관련 태그를 완성시켜줌

Live Server : 새로고침 없이 자동으로 브라우저화면을 업데이트

Color Highlight : 색상코드에 배경색으로 해당색상을 입힌다

Code Spell Checker : 맞춤법을 검사해준다

translator : 한영번역을 해줌

 

https://code.visualstudio.com/

 

Visual Studio Code - Code Editing. Redefined

Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications.  Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows.

code.visualstudio.com

'html,css' 카테고리의 다른 글

scss 문법  (0) 2022.01.24
html 시멘틱 태그  (0) 2022.01.14
css display,position  (0) 2022.01.14
sass(scss) 세팅  (0) 2022.01.14
css selector 게임  (0) 2022.01.14

댓글