현재 작업하고 있는 들여쓰기 깊이를 시각적으로 강조 표시해 줍니다.


링크 : https://marketplace.visualstudio.com/items?itemName=SirTori.indenticator





추가 기능

indenticator.showHover = true 로 설정하여 현재 들여쓰기 블록 둘러보기


indenticator.inner.showHighlight = true 로 설정하여 블록의 들여쓰기 가이드 강조 표시

indenticator.inner.color.dark = #ff0000 으로 설정할 경우 아래처럼 빨간색으로 표시됨


현재 날짜와 시간을 설정된 형식으로 입력해 줍니다.


링크 : https://marketplace.visualstudio.com/items?itemName=jsynowiec.vscode-insertdatestring





기본 단축키

기본 입력 : ⇧+⌘+I on OS X, Ctrl+Shift+I on Windows and Linux

형식으로 입력 : ⇧+⌘+⌥+I on OS X, Ctrl+Alt+Shift+I on Windows and Linux


설정

// Date format to be used.
"insertDateString.format": "YYYY-MM-DD hh:mm:ss",
"insertDateString.formatDate": "YYYY-MM-DD",
"insertDateString.formatTime": "hh:mm:ss",

출력(OUTPUT) 창의 로그를 색상(구문 강조)으로 표현해 줍니다.


링크 : https://marketplace.visualstudio.com/items?itemName=IBM.output-colorizer




Git 출력


기본 어두운 테마


기본 라이트 테마


나이트 블루 테마


Visual Studio Marketplace 에 있는 VSCode 테마를 미리 볼 수 있는 사이트입니다.


링크 : https://vscodethemes.com/




메인 화면


유행하는(trending) 테마


어두운(dark) 테마


밝은(light) 테마


VSCode 내부에서 .gitignore 파일을 생성하기 위한 확장 프로그램입니다.


링크 : https://marketplace.visualstudio.com/items?itemName=rubbersheep.gi





사용법

Command Palette 에서 gi 입력


운영 체제, IDE 및 프로그래밍 언어를 선택


생성된 .gitignore 파일 확인


추가

확장 없이 사용할 수 있는 사이트 .gitignore.io

+ Recent posts