Skip to content

Instantly share code, notes, and snippets.

@s-show
Last active January 8, 2022 09:38
Show Gist options
  • Save s-show/88c45942fd6638173b6fb4662e012a4a to your computer and use it in GitHub Desktop.
Save s-show/88c45942fd6638173b6fb4662e012a4a to your computer and use it in GitHub Desktop.

settings.json に以下の設定を追加する。なお、"javascript": "javascriptreact" は、jsx でも Emmet を使うようにするための設定。

    "emmet.excludeLanguages": [],
    "emmet.includeLanguages": {
        "javascript": "javascriptreact",
        "markdown": "html"
    },
    "[markdown]": {
        "editor.quickSuggestions": true
    },

参考にしたサイト

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment