"2024/07/05"에 해당되는 글 - 1건
Post
반응형
VSCODE 자동완성 끄기
1. Ctrl+,
2. intellisense 검색. 보이는 모든 체크 박스 해제
3. 귀찮다면 설정 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": false,
"editor.suggest.showEvents": false,
"editor.suggest.showFields": false,
"editor.suggest.showFiles": false,
"editor.suggest.showFolders": false,
"editor.suggest.showFunctions": false,
"editor.suggest.showInterfaces": false,
"editor.suggest.showIssues": false,
"editor.suggest.showKeywords": false,
"editor.suggest.showMethods": false,
"editor.suggest.showModules": false,
"editor.suggest.showOperators": false,
"editor.suggest.showProperties": false,
"editor.suggest.showReferences": false,
"editor.suggest.showSnippets": false,
"editor.suggest.showStructs": false,
"editor.suggest.showTypeParameters": false,
"editor.suggest.showUnits": false,
"editor.suggest.showUsers": false,
"editor.suggest.showValues": false,
"editor.suggest.showVariables": false,
"editor.suggest.showWords": false,
"editor.suggest.showClasses": false,
"editor.suggest.showColors": false
반응형
'이전게시판 > etc' 카테고리의 다른 글
크롬에서 jfif확장자 png나 jpg로 저장하기(jfif to png) (0) | 2024.07.07 |
---|---|
알리 익스프레스 매크로 키보드 설정 에러 Unhandled exception has occurred in your application (0) | 2024.05.31 |
오랜만에 듀오링고 했는데 개 재밌네ㅠㅠ (0) | 2023.08.11 |
PYTHON ModuleNotFoundError: No module named 'bs4' (0) | 2023.04.09 |
VSCODE 글자 색상 변경 (0) | 2023.02.21 |
VSCODE 글자색 변경 (0) | 2023.02.20 |
요즈맞꾸 새벽에 자서 오후에 일어나네 (0) | 2022.12.29 |
puppeteer 실행안됨 (0) | 2022.12.18 |