You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{"Start a New Day": {"prefix": "mdday","body": ["## Date: 2017-$1","### Tasks & Activities","- Daily Planning (:30)","- $2"],"description": "Create template for new day's activities"}}
Create a markdown file named "test.md"
Verify that the Language Mode in the bottom right of the editor reads "Markdown"
Type "mdday"
Expected behavior:
Type-ahead functionality would show the portion of the prefix typed, and hitting TAB would enter the code contained in the body of the prefix.
Actual behavior:
Nothing happens as "mdday" is typed, and no code is inserted. The snippet CAN be triggered by the menu path View > Command Palette > Insert Snippet and scrolling to the bottom of the list where the Prefix and Description are listed.
Additional Information:
I have a user snippet file for both HTML and JS files as well, and those snippet files appear to be working as designed. The code snippet shown above is now the only one in my markdown.json file.
The text was updated successfully, but these errors were encountered:
Steps to Reproduce:
Expected behavior:
Type-ahead functionality would show the portion of the prefix typed, and hitting TAB would enter the code contained in the body of the prefix.
Actual behavior:
Nothing happens as "mdday" is typed, and no code is inserted. The snippet CAN be triggered by the menu path View > Command Palette > Insert Snippet and scrolling to the bottom of the list where the Prefix and Description are listed.
Additional Information:
I have a user snippet file for both HTML and JS files as well, and those snippet files appear to be working as designed. The code snippet shown above is now the only one in my markdown.json file.
The text was updated successfully, but these errors were encountered: