-
Notifications
You must be signed in to change notification settings - Fork 4
VSCode custom data format setup
Radoslav Karaivanov edited this page Sep 8, 2021
·
1 revision
Aside from the web components manifest output [custom-elements.json]
, you can also produce another output specifically for VSCode.
This custom data format provides the ability for autocompletion, type checking (if available) and documentation on hover in HMTL/CSS
files.
npm run build:docs:vscode-schema
- Run to build the manifest file (
vscode-html-custom-data.json
) - Inside your VSCode project settings point to the manifest file
- Test your component and enjoy!