And so on/IT 상식
[VSC][VisualStudioCode] settings.json 수정하는 방법
Tradgineer
2023. 12. 17. 18:49
[ 작업 환경 ]
MacOS m2
1. 방법1 : Finder로 경로 이동을 해 직접 파일 open 후 수정
{
"workbench.colorTheme": "Default Dark+",
"[dart]": {
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.rulers": [
80
],
"editor.selectionHighlight": false,
"editor.suggest.snippetsPreventQuickSuggestions": false,
"editor.suggestSelection": "first",
"editor.tabCompletion": "onlySnippets",
"editor.wordBasedSuggestions": false
},
"editor.codeActionsOnSave": {
"source.fixAll": true
},
"dart.openDevTools": "flutter"
}
2. 방법 2 : "명령 팔레트" 사용
Cmd + Shift + p
Shift + Cmd + / 로 단축키 설정한 후 단축키를 눌러서 오픈하기