template with html
template with pug
script with JavaScript
script with TypeScript
style with CSS
style with CSS (scoped)
style with scss
style with scss (scoped)
style with less
style with less (scoped)
style with sass
style with sass (scoped)
style with postcss
style with postcss (scoped)
style with stylus
style with stylus (scoped)


There is no step that can be described, that is, the auto-complete prompt of the label suddenly disappears, and it is not suitable.
Facing same issue after update vscode to 1.37.0, but autocomplete shown when we start with <script...

更新vscode到1.37.0后面临同样的问题,但是当我们开始时显示自动完成
<script...
I am considering using the previous version of vscode to try
The scaffold snippets have been renamed to start with either <vue>, <style>, <script> or <template>.
I'm sorry for removing the old scaffold snippets, but they are replaced by https://vuejs.github.io/vetur/snippet.html#customizable-scaffold-snippets.
With that being said, I did add back postcss/stylus scaffold snippets.
话虽如此,我确实添加了postcss / stylus scaffold snippets。

There will be prompts with with,But no postcss/stylus
It's not released yet.
Try 0.22.1
Try 0.22.1
Thank you very much, I have already used it.

Also I think some snippets are duplicates,Of course, these effects are not very big.


Also I think some snippets are duplicates,Of course, these effects are not very big.
You can disable Vetur's builtin ones, or you can disable the other extension
I also added some docs for using the snippets.
@octref

Most helpful comment
The
scaffoldsnippets have been renamed to start with either<vue>,<style>,<script>or<template>.I'm sorry for removing the old
scaffoldsnippets, but they are replaced by https://vuejs.github.io/vetur/snippet.html#customizable-scaffold-snippets.