Skip to content

Instantly share code, notes, and snippets.

@joshlawton
Created July 30, 2026 15:55
Show Gist options
  • Select an option

  • Save joshlawton/ba69bf71c0980769f3dc759e013fe4fa to your computer and use it in GitHub Desktop.

Select an option

Save joshlawton/ba69bf71c0980769f3dc759e013fe4fa to your computer and use it in GitHub Desktop.
Visual Studio Code • Enable snippets in Markdown files
{
// Enable snippets in Markdown files https://stackoverflow.com/a/71589996
"[markdown]": {
"editor.quickSuggestions": {
"other": true,
"comments": true,
"strings": true
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment