User Setting.json
{
"editor.fontFamily": "D2Coding",
"editor.fontSize": 15,
"terminal.integrated.fontFamily": "Consolas, 'Courier New', monospace",
"[pascal]":{
"files.encoding": "euckr",
"editor.tabSize": 2,
"editor.showFoldingControls": "always"
},
"[javascript]":{
"files.encoding": "utf8",
"editor.tabSize": 2,
"editor.showFoldingControls": "always"
},
"[javascriptreact]":{
"files.encoding": "utf8",
"editor.tabSize": 2,
"editor.showFoldingControls": "always"
},
"git.ignoreMissingGitWarning": true,
"workbench.iconTheme": "material-icon-theme",
"files.associations": {
"*.js": "javascriptreact"
},
}
폰트 설정
언어별 탭사이즈, 인코딩, 폴딩컨트롤 항상 보이기
깃 경고 무시
아이콘
파일 확장자에 따른 파일 타입
keybinding
[
{
"key": "ctrl+shift+u",
"command": "-workbench.action.output.toggleOutput"
},
{
"key": "ctrl+u",
"command": "-cursorUndo",
"when": "textInputFocus"
},
{
"key": "ctrl+u",
"command": "editor.action.transformToUppercase"
},
{
"key": "ctrl+shift+u",
"command": "editor.action.transformToLowercase"
}
]
대문자 소문자 변환
'programing > Common' 카테고리의 다른 글
Daemon (0) | 2018.09.05 |
---|---|
윈도우에서 연결된 네트워크 드라이브에서 파일 입출력이 안될때 (0) | 2017.06.28 |
[펌] 이펙티브 디버깅 요약 (0) | 2017.06.26 |
[펌] 프로그래머가 되는 방법 : 짧고 폭넓고 개인적인 요약 (0) | 2017.01.13 |
Agile 방법론 (0) | 2016.12.16 |