
[VSCode] 자동완성 등록
2022. 8. 25. 20:55
DevTool/VSCode
방법 파일 -> 기본설정 -> 사용자 코드 조각 구성 -> 'javascript' 검색 -> javascript.json 파일 해당 파일이 열리면 형식에 맞추어 넣고싶은 자동완성 넣으면 됨. 내 자동완성 커스텀 { // Place your snippets for javascript here. Each snippet is defined under a snippet name and has a prefix, body and // description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are: // $1, $2 for tab stops, $0 ..