snippets代码段

  1. 如果想要智能提示中代码段排在最上面,需要设置"editor.snippetSuggestions": "top"
  2. 输入特殊字符时需要使用\\转义
  3. 换行\n
  4. tab键制表符:\t
  5. 如果想光标选中字符则${1:test}