Skip to content

Look into html.customData integration for VS Code #707

@oddcelot

Description

@oddcelot

It would be nice to get some intellisense on some custom declaration as you would in a plain .html file 🙂
Like if all the other hints for the standard HTML declarations work, i feel like customData should be honored too.
(maybe via contribution points?)

{
    "html.customData": [
      "./node_modules/@ionic/core/dist/html.html-data.json",
    ]
  }

(see: https://github.com/microsoft/vscode-custom-data)

No idea atm if this could/should be integrated or if I am missing something, but would be really useful for DX when using custom elements from other sources.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions