현재 내가 설치해서 사용하고 있는 확장 프로그램들을 소개한다.
1. Auto Close Tag
: 태그를 자동으로 닫아준다.
- 사용 가능한 언어: HTML, Handlebars, Razor files, XML, PHP, Vue, JavaScript, TypeScript, JSX, TSX and so on.
- 상세 설명이있는 Repository: https://github.com/formulahendry/vscode-auto-close-tag
2. Auto Rename Tag
: 태그명을 바꿀 때 닫힌 태그명도 같이 바꿔준다.
- 사용 가능한 언어: HTML/XML
- 상세 설명이있는 Repository: https://github.com/formulahendry/vscode-auto-rename-tag
3. GitLens
: 코드의 git 히스토리를 볼 수 있다. 많은 사람들과 협업할 때 해당 코드를 누가 언제쯤 마지막으로 수정했는지 볼 수 있어서 유용하다.
- 상세 설명이있는 Repository: https://github.com/eamodio/vscode-gitlens
4. Indenticator
: 들여쓰기 depth를 시각적으로 보여준다.
- 상세 설명이있는 Repository: https://github.com/SirTori/indenticator
5. Material Icon Theme
: 파일, 폴더의 아이콘 테마
- 상세 설명이있는 Repository: https://github.com/PKief/vscode-material-icon-theme
6. Panda Theme
: 코드 테마 (여러가지 테마 써봤는데 현재 정착한 테마ㅎ)
- 상세 설명이있는 Repository: https://github.com/tinkertrain/panda-syntax-vscode
7. Path Intellisense
: 파일 위치 자동 완성
- 상세 설명이있는 Repository: https://github.com/ChristianKohler/PathIntellisense
8. Settings Sync
: VSCODE 환경 설정 및 설치한 확장프로그램을 다른 VSCODE에서도 동기화할 수 있다. (환경 설정 공유)
- 상세 설명이있는 Repository: https://github.com/shanalikhan/code-settings-sync
9. SFTP
: SFTP/FTP 동기화
- 상세 설명이있는 Repository: https://github.com/liximomo/vscode-sftp
'개발도구' 카테고리의 다른 글
Git 명령어 간단 정리! (0) | 2023.01.29 |
---|---|
Github project 관리 기능 사용하기 (0) | 2022.07.16 |
UseCase Diagram 그리기 툴 - Draw.io (Diagrams.net) (0) | 2022.07.11 |
Git GUI 툴 - Fork, GitKraken (0) | 2022.07.10 |
RestAPI 테스트 툴 - Insomnia, Postman (0) | 2022.07.08 |
댓글