-
-
Notifications
You must be signed in to change notification settings - Fork 480
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
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
Labels
enhancementNew feature or requestNew feature or request