Notice
Recent Posts
Recent Comments
Link
«   2025/04   »
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30
Archives
Today
Total
관리 메뉴

킹드래곤 짹짹 개발노트

VS Code 추천 Extensions 본문

IDE, Editor

VS Code 추천 Extensions

킹드래곤 2018. 11. 29. 15:14

Visual Studio Code 의 Extension 검색 사이트

https://marketplace.visualstudio.com/


#1 Bookmarks

https://marketplace.visualstudio.com/items?itemName=alefragnani.Bookmarks

북마크 지정으로 소스 편집 시에 참으로 유용합니다.

대부분의 source editor 에서 꼭 사용하는 plugin 입니다.


#2 Material Theme

https://marketplace.visualstudio.com/items?itemName=Equinusocio.vsc-material-theme

Color theme 로 사용하는 plugin 입니다.

저는 Material Theme Darker 를 사용합니다.

눈이 편하고 소스코드에 집중할 수 있게 적절하게 highlight 되어서 좋습니다.


#3 vscode-icons

https://marketplace.visualstudio.com/items?itemName=robertohuertasm.vscode-icons

vs code 의 탐색기에서 icon으로 파일 형식을 구분하는데 도움을 줍니다.

파일 확장자 보다는 icon이 더 눈에 잘 들어옵니다.


#4 TODO Highlight

https://marketplace.visualstudio.com/items?itemName=wayou.vscode-todo-highlight

TODO 주석을 눈에 잘 띄게 보여줍니다.

보통 함수 선언하고, 구현내용을 TODO 로 메모합니다.

구현할 내용을 생각나는대로 모두 적습니다. 까먹지 않게 모두 적습니다.


#5 Bracket Pair Colorizer

https://marketplace.visualstudio.com/items?itemName=CoenraadS.bracket-pair-colorizer

bracket 쌍을 눈에 확들어오게 보여줘서 코드 가독성을 높여줍니다.


#6 Prettier - Code formatter

https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode

보기 좋은 코드가 가독성도 좋고, 유지보수도 훨씬 좋습니다.

코드를 예쁘게 정렬시켜줍니다.

예쁜 코드가 좋아요.


#7 Vetur

https://marketplace.visualstudio.com/items?itemName=octref.vetur

JavaScript framework 으로 Vue.js 를 사용한다면 아주 유용합니다.



#9 Python

https://marketplace.visualstudio.com/items?itemName=ms-python.python

요즘 python 을 보고 있는데 참으로 유용한 extension 입니다.

"Run Python File In Terminal" 은 파이선 파일을 vscode 콘솔에서 바로 실행하여 결과를 보여줍니다.

Autocomplete, Linting, Debugging 등의 편의기능이 많습니다.