markdown-snippets READMEFeaturesParse Markdown code blocks into VSCode snippets.
Snippet format## My Cool Snippet ```python pre="hworld" desc="insert hello world" print("Hello World") ``` IMPORTANT: The language identifier is needed. See VSCode language identifiers. The pre, desc tag are optional. How to use1) Set this setting in settings.json:
2) Run command Save Snippets from command palette.
Release Notes1.0.0Initial release. More information |