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 자동 변경
'설치관련' 카테고리의 다른 글
[Spring] STS에 SVN 설치 (0) | 2024.11.12 |
---|---|
Apache POI 라이브러리 설치 (Dynamic Web Project 세팅) (2) | 2024.09.30 |
[React] VSCode 리엑트 설치, Typescript 개발 환경 설정 (0) | 2024.08.13 |
[React] vscode typescript 컴파일 에러 (0) | 2024.08.13 |
[React] create-react-app 프로젝트 생성 오류 (0) | 2024.08.06 |