A Visual Studio Code extension that provides intellisense for
@cldcvr/flow-core
elements .
- Gives you autocompletion for tags, attributes and attribute values.
- Quick info hovers on tags and attribute.
- Validate attribute values.
- Go to your
*.html
,*.vue
,*.ts
file. - Type
<f-
then It starts showing you available tags. - Select required tag then it will render tag with mandatory attributes.
- Type
<space>
orCtrl + <space>
in tag for suggestions.
MIT