vscode 자동완성 끄기
vscode 톱니바퀴 - settings - 검색어 : intellisense - open Setting(json) 파일 열기 "explorer.compactFolders": false, "explorer.confirmDragAndDrop": false, "editor.suggest.showConstants": false, "editor.suggest.showConstructors": false, "editor.suggest.showCustomcolors": false, "editor.suggest.showDeprecated": false, "editor.suggest.showEnumMembers": false, "editor.suggest.showEnums":..