1
0
Fork
You've already forked vscode-webc
0
VS Code language support for the WebC template language. https://marketplace.visualstudio.com/items?itemName=fynn.vscode-webc
  • TypeScript 77.3%
  • JavaScript 22.7%
2026年04月06日 16:50:59 +02:00
.github/workflows refactor: Migrate to ESM bundle 2025年07月17日 08:33:53 +02:00
.vscode chore: Reduce complexity by separating debugger and watch task 2024年07月07日 09:06:35 +02:00
images docs: Add semantic highlighting 2024年07月18日 22:01:56 +02:00
src refactor: Migrate to ESM bundle 2025年07月17日 08:33:53 +02:00
.editorconfig feat: Setup 2024年07月06日 21:02:24 +02:00
.gitignore feat: Setup 2024年07月06日 21:02:24 +02:00
.node-version chore: Move to Codeberg 2026年04月06日 16:50:59 +02:00
.npmrc feat: Setup 2024年07月06日 21:02:24 +02:00
.prettierignore chore: Use YAML for HTML data 2024年07月07日 08:33:53 +02:00
.vscodeignore chore: Don’t include .node-version and prettier.config.js in VSIX 2025年07月17日 08:40:08 +02:00
CHANGELOG.md chore: Move to Codeberg 2026年04月06日 16:50:59 +02:00
CONTRIBUTING.md chore: Reduce complexity by separating debugger and watch task 2024年07月07日 09:06:35 +02:00
data.js refactor: Migrate to ESM bundle 2025年07月17日 08:33:53 +02:00
esbuild.js refactor: Migrate to ESM bundle 2025年07月17日 08:33:53 +02:00
eslint.config.js refactor: Migrate to ESM bundle 2025年07月17日 08:33:53 +02:00
LICENSE refactor: Migrate to ESM bundle 2025年07月17日 08:33:53 +02:00
package-lock.json chore: Move to Codeberg 2026年04月06日 16:50:59 +02:00
package.json chore: Move to Codeberg 2026年04月06日 16:50:59 +02:00
prettier.config.js refactor: Migrate to ESM bundle 2025年07月17日 08:33:53 +02:00
README.md refactor: Migrate to ESM bundle 2025年07月17日 08:33:53 +02:00
tsconfig.json refactor: Migrate to ESM bundle 2025年07月17日 08:33:53 +02:00

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.

List of autocomplete suggestions for WebC attributes. List of autocomplete suggestions for WebC @ attributes.

Documentation

webc: and @ attributes show links to the WebC documentation on hover.

Hover tooltip on a webc:for attribute showing a link to the WebC documentation.

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.