[VSCode] VSCode 다운로드 및 초기 세팅

2024. 8. 21. 14:30설치관련

VSCode 설치

1. 홈페이지 접속

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

 

2. 파일 다운로드

 

3. 설치 파일 클릭 후 설치

 

 


 

기본 설정

기본 터미널 설정

: Vscode 터미널 기본 설정인 powershell을 cmd로 변경

 

1. 파일 -> 기본 설정 -> 설정(Ctrl+,)

 

2. shell window 검색 후 Command Prompt로 변경

 

3. 재시작 후 터미널 -> 새 터미널을 통해 신규 터미널을 열고 cmd로 되어있는 것을 확인

 


 

플러그인 설치

: 왼쪽 메뉴에서 확장(Extensions) 클릭

 

1. Live Server

: 코드 수정 후 저장하면 즉시 반영

 

2. Korean Language Pack for Visual Studio Code

: 한국어 팩

 

3. Auto Close Tag

: 닫는 Tag 자동 생성

 

4. Auto Rename Tag

: Tag 변경 시 다른쪽 Tag 자동 변경