[VSCODE] VSCode 유용한 설정 모음

강상훈·2023년 11월 6일
0

Settings

목록 보기
5/5

자동완성 abc 없애기

  "editor.suggest.showWords": false

주석 색 변경

"editor.tokenColorCustomizations": {
    "[Atom One Dark]": {
        "comments": "#d4922f"
    }
},

Auto Completion 비활성화

"editor.acceptSuggestionOnCommitCharacter": false
profile
https://totohoon01.tistory.com/

0개의 댓글