본문 바로가기
python

[python]Visual Studio Code 추천 extension 모음

by 장인이 2021. 1. 5.

개요

 Visual Studio Code에는 사용자의 편의성을 위하여 유저들이 제작한 여러 extension 모음이 있습니다. 그 중에서 python을 개발할 시에 유용하게 활용할 수 있는 extension 목록에 대해 서술하겠습니다.

 

목차

1. Python Type Hint

2. Python Indent

3. Python Extended

4. Python Docstring Generator

5. Path Autocomplete

6. Material Icon Theme

7. indent-rainbow

8. Korean Language Pack for VisualStudioCode

9. Bracket Pair Colorizer 2

 

1. Python Type Hint

 

 이름 그대로 여러 type 예시들을 보여주는 extension이다.

 

2. Python Indent

 

 엔터 입력시 자동으로 Indent를 입력해주는 extension입니다.

 

3. Python Docstring Generator

 파이썬 코드에 대해 전체적으로 설명할 수 있는 주석을 자동으로 만들어 주는 extension입니다.

 

4. Path Autocomplete

 

 파일의 위치를 자동완성 시켜주는 extension입니다.

 

5. Material Icon Theme

 

 파일 왼쪽에 위치한 아이콘을 바꿀 수 있는 extension으로, 필수는 아니지만 아이콘이 예쁩니다.

 

6. indent-rainbow

 

 한번 들여쓰기 마다 색깔을 구분하여 들여쓰기 정도를 쉽게 판단할 수 있도록 하는 extension입니다.

 

7. Korean Language Pack for Visual Studio Code

 

 Visual Studio Code의 한글화를 지원해주는 extension입니다.

 

댓글