You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
intellisense for your aurelia plugin
eg. you create a custom element click-to-copy-button, the extension would generate a json with intellisense in .html file <click-to...
Not for extension use itself, as you edit the code, so it changes, so the one html.json will always change.
--> Use in memory
(approach may change in the future, after more insights were gained)
Possible Use cases
eg. you create a custom element
click-to-copy-button
, the extension would generate a json with intellisense in .html file<click-to...
https://github.com/microsoft/vscode-extension-samples/blob/master/custom-data-sample/html.html-data.json
https://code.visualstudio.com/api/extension-guides/custom-data-extension
The text was updated successfully, but these errors were encountered: