This demonstrates Custom HTML/CSS data support for VS Code.
See https://code.visualstudio.com/updates/v1_31 for details.
- Open this folder in VS Code 1.31+
- Try completion/hover in the test.html and test.css
- In
test.html, try typing<my-to complete<my-button>HTML tag. - In
test.csstry typingmy-inside a selector to completemy-sizeCSS property.
- In
- Edit data in html.json and css.json and reload VS Code to reload the custom data