Vscode (1) 썸네일형 리스트형 [Vscode] Vscode 설정 ctrl or comment + shift + p : 설정열기 [ 새파일 / 새폴더 생성 단축키 설정 ]ctrl + shift + p를 누르고 Open keyboard Shortcuts (JSON) 으로 들어가 설정한다.keybindings.json 에 아래와 같이 작성 해준다.[ {"key": "ctrl+n", "command": "explorer.newFile", "when": "!editorFocus"}, { "key": "ctrl+shift+n", "command": "explorer.newFolder", "when": "!editorFocus" } ]→ ctrl+n : newFile → ctrl+shift+n : newFolder [ .code 명령어로 VsCode 실행 ]ctrl + shift.. 이전 1 다음