Pine

Results 141 comments of Pine
trafficstars

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...

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 ![image](https://user-images.githubusercontent.com/4033249/43801397-e5ab472e-9a47-11e8-9cc8-2fa4fb8d533f.png)

@wbamberg Your video is very cool, and I think a better place to display that data is right in the editor ![hover](https://user-images.githubusercontent.com/4033249/38515761-019dceb4-3bea-11e8-9c5e-81a6f19dff87.gif) (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...