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


링크 : 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",

+ Recent posts