📚 [VsCode] 스니펫이 동작하지 않을 때

Category: VsCode | 📅 February 18, 2021

스니펫이 동작하지 않을 때

File > Preferences > settings

검색 칸에서 markdown 입력 후, 제일 아래 쪽에서 Editing in settings.json 부분 클릭

아래 문구로 수정

{
    "[markdown]": {

        "editor.wordWrap": "on",
        "editor.quickSuggestions": true /* 이부분이 false 로 되어 있는 경우가 있다 */
    }
}

References

🏷️ Tags
  • #vscode  
  • #snippet