Pine
Pine
As @yyx990803 said there is no existing way to do this. Your best bet right now would be having a `type.ts` file where you define the types and import them...
😉 https://github.com/w3c/webcomponents/issues/776
Also here's how VS Code's HTML is doing it. I'm sure many of the tag / attr definitions are outdated. Would be great if I can import the most up-to-date...
https://developer.mozilla.org/en-US/docs/Web/CSS/@font-feature-values 
@wbamberg Your video is very cool, and I think a better place to display that data is right in the editor  (Imagine the content of the hover being the...
@a2sheppy Yep SEO description doesn't always align with my use case. For example, for the property `align-self` I would also need descriptions for all the values. The bigger picture from...
@wbamberg @a2sheppy Here is an observation of the data from our side: https://github.com/Microsoft/vscode-css-languageservice/issues/68#issuecomment-380172011 And a rough plan: https://github.com/Microsoft/vscode-css-languageservice/issues/68#issuecomment-380539497 I'm wondering if you have a rough timeline estimate for open-sourcing the...
@jwhitlock Sure, I'm emailing Erika and Patrick. Meanwhile, is there any license protecting the data on MDN? Is it legal to scrape data from MDN and use it in VS...
@wbamberg License wise, this is totally OK for us (VS Code). I also want to attribute to MDN whenever I could. As for your open questions, I think: - Publishing...
Just found this issue for HTML tag in VS Code repo. Currently it's the most voted feature request for HTML. https://github.com/Microsoft/vscode/issues/25898 Sharing here since we (me, @wbamberg, @atopal) talked a...