WEB/기타
VS Code 설치
silverline79
2024. 7. 12. 20:53
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
탭 사이즈 && 자동 줄바꿈 설정
1. VS Code 설정 창 열기
- 윈도우: Ctrl + ,
- 맥: Command + ,
2. Tab Size 항목 2로 설정
3. Word Wrap 항목 on으로 설정
4. Quote Style 항목 single로 설정
플러그인 설치
플러그인 | 설명 | 비고 |
Code Runner | 현재 열려 있는 자바스크립트 파일 실행 | |
Live Server | 새로고침 없이 코딩 중인 웹 업데이트 | |
Korean Language Pack | 에디터 한글화 | |
indent-rainbow | 들여쓰기 색으로 구분 | |
Bracket Pair Colorizer | 여는 괄호와 닫는 괄호 짝 지어줌 | ⚠️ Deprecated - 내장 기능이 됨 |
One Dark Pro | 에디터 색 테마 | 다른 테마도 많음 |
Material Icon Theme | 탐색기 아이콘 테마 | 다른 테마도 많음 |