2023-12-17
1. 방법
ctrl(command) + shift + p 로 Open User Settings (JSON) 검색 후 실행
이후 아래와 같이
"editor.codeActionsOnSave":{
"source.fixAll": true
}
를 하단에 추가 한다.
{
"editor.fontSize": 14,
"terminal.integrated.fontSize": 16,
"debug.console.fontSize": 13,
"[dart]": {
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.rulers": [
80
],
"editor.selectionHighlight": false,
"editor.suggestSelection": "first",
"editor.tabCompletion": "onlySnippets",
"editor.wordBasedSuggestions": false
},
"editor.codeActionsOnSave":{
"source.fixAll": true
}
}
메인 이미지 출처 : 사진: Unsplash의Eduardo Gorghetto