Ctrl+Shift+P 누르고 Preference: Open User Settings (JSON) 검색"macros": {
"fixNextError": [
"editor.action.marker.nextInFiles",
"closeMarkersNavigation",
"editor.action.quickFix"
]
}
Ctrl+Shift+P 누르고 Preferences: Open Keyboard Shortcuts (JSON) 검색{
"key": "alt+.",
"command": "macros.fixNextError",
"when": "editorTextFocus"
}
Alt+.을 누르면 이제 빠른 수정창이 뜸