Skip to content

VSCode extension that scans for custom elements files in your project and makes them available to hmlt language service

License

Notifications You must be signed in to change notification settings

sijakret/custom-element-scanner

Repository files navigation

VSCode Custom Data Scanner

Visual Studio Code extension (market place link) that discovers custom element definitions in your workspace and makes them available to the html-language-service of vscode.

How?

Looks for customElements field in all package.json files it discovers, but can also be configured to also look for costum-elements.json files directly.

Supports the following formats:

Adds a Custom Elements View Container to VSCode that gives an overview of the definitions that have been discovered.

Options

customElementScanner.mode

Options: "auto", "manual" (default)

Can be toggled using search icon in top of view.

  • "auto": Scans project automatically. (might become slow on large projects)
  • "manual": Scans project only when you hit refresh button at the top of the panel. Stores discovered custom-element files in workspace settings.

About

VSCode extension that scans for custom elements files in your project and makes them available to hmlt language service

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published