설치
https://code.visualstudio.com/download
Download Visual Studio Code - Mac, Linux, Windows
Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows. Download Visual Studio Code to experience a redefined code editor, optimized for building and debugging modern web and cloud applications.
code.visualstudio.com
Extensions 설정
기본으로 설치할 Extensions 목록
- ESLint
- Material Icon Theme
- Material Theme
- Prettier - Code Formatter
Material Icon Theme과 Material Theme은 설치 후 적용할 디자인 목록이 자동으로 등장하는데 기본을 선택한다.
Prettier은 설치후 다음과 같은 작업이 필요하다.
file -> preferences -> settings -> "Editor: Default Formatter" 검색 -> "Prettier - Code formatter"선택
그 후, "editor format on save" 검색후 체크박스에 체크
'개발자의 윈도우 초기 설정' 카테고리의 다른 글
6. WSL 설치 ( Windows Subsystem for Linux ) (0) | 2022.04.23 |
---|---|
5. windows terminal 설치 (0) | 2022.04.23 |
4. chocolatey로 파이썬 설치 (0) | 2022.04.23 |
3. chocolately 설치 (0) | 2022.04.23 |
2. git 설치 (0) | 2022.04.23 |