VS Code language support for the WebC template language.
https://marketplace.visualstudio.com/items?itemName=fynn.vscode-webc
- TypeScript 77.3%
- JavaScript 22.7%
WebC for VS Code
Please refer to the WebC documentation for how to use WebC in general or in your Eleventy project in particular.
Features
Autocomplete
Provides webc: and @ attribute autocomplete suggestions for HTML tags.
Documentation
webc: and @ attributes show links to the WebC documentation on hover.
Definitions
Support for Go to Definition and Peek Definition (VS Code Peek documentation) and Ctrl + Click on WebC component tags to go the source file.
Peek definition disclosure box for a WebC component.Semantic highlighting
Semantic highlighting for WebC component tags and keyword attributes.
Semantic highlighting example for a WebC component.