How to make Vue's inline style have code hints when using VSCode.

clipboard.png

the inline style is not prompted when writing vue code. The
HTML format is available.
Please tell me how to make vue also have hints for inline style.


"files.associations": {
    "*.vue": "html"
  },
Menu