VSCode의 키 바인딩 설정, 확장에 대한 간단한 설명
4215 단어 VSCode
Windows
Mac
키 바인딩 설정
json
[
{
"key": "ctrl+;", "command": "workbench.action.terminal.focus",
"when": "editorTextFocus"
},
{
"key": "ctrl+;", "command": "workbench.action.focusFirstEditorGroup",
"when": "terminalFocus"
},
{
"key": "ctrl+n", "command": "workbench.action.terminal.focusNext",
"when": "terminalFocus"
},
{
"key": "ctrl+p", "command": "workbench.action.terminal.focusPrevious",
"when": "terminalFocus"
}
]
Extension
CodeRunner
Ctrl + Alt + N start
Ctrl + Alt + M stop
Color Highlight
CSS Color
HTML Snippets
Code snippets
Git History
View Git History
Ctrl + Shift + P > view his
Simple Ruby ERB
Ctrl + Shift + `<%= %>, <% %>, <%# %>
vscode-icons
icon
PowerShell
Code snippets etc
Javascript Snipet Pack
Code snippetscl console.log('')
fn function methodName (arguments) {}
afn function(arguments) {}
fe array.forEach(function(item) {});
jp JSON.parse(${1:obj});
DOM
Reference
이 문제에 관하여(VSCode의 키 바인딩 설정, 확장에 대한 간단한 설명), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/sunoko/items/60db5afbe37d3cfaa6f8
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
cl console.log('')
fn function methodName (arguments) {}
afn function(arguments) {}
fe array.forEach(function(item) {});
jp JSON.parse(${1:obj});
DOM
Reference
이 문제에 관하여(VSCode의 키 바인딩 설정, 확장에 대한 간단한 설명), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/sunoko/items/60db5afbe37d3cfaa6f8텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)