How to set markdown snippet trigger automatically

后端 未结 2 1947
陌清茗
陌清茗 2020-12-18 05:58

According to the official document, https://code.visualstudio.com/docs/languages/markdown

Snippets for Markdown

There are

2条回答
  •  抹茶落季
    2020-12-18 06:38

    There is an inconsistency in VS Code and it is a known issue. Markdown snippets do not get auto-completion. Probably it will be fixed in next release.

    Yes this is an inconsistency. Full extensions get auto (7x24) completion by default (e.g. latex, cake), some built-in extensions like Markdown do not.

    https://github.com/Microsoft/vscode/issues/1617#issuecomment-166999086

提交回复
热议问题