Provides a better coding experience for the el-extend component library.
features
Help user complete tag name & props for el-extend's components, the highlight is support for vbind, not just in template.
Provide common snippets, improve development efficiency.
open target el-ext component's .vue file
snippets
prefix
detail
description
eelp
el-ext-list-page
generator template for full screen list-page
why?
el-extend component library build with javascript, there is no code completion when using component in this library with VS Code.
Vetur's feature - Global components is good, but most of the time, we write props with v-bind,
such as <el-ext-list-page v-bind="tableConfig" ... />, Vetur is not support.
todo
[ ] component props tip should use lower camel case