User Snippets are an awesome feature of Code, however, I can't get them to work for Markdown files. A markdown.json file exists and is editable, but I can't get snippets defined in that file to activate (using Tab like for other languages). Is there a different activation method for these snippets or are they just not supported yet?
EDIT: Here's the contents of the markdown.json file just in case I'm doing something wrong there.
{
"Markdown comment": {
"prefix": "comment",
"body": [
"<!--- \n --->"
],
"description": "A Markdown comment"
}
}
File -> Preferences -> User Snippets
Markdown
. The file C:\Users\YOU\AppData\Roaming\Code\User\snippets\markdown.json
will be opened.md
files.In case the snippet suggestion doesn't popup when you type "comment" then you should type CTRL + Space
to force it.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With