mxsdev / ts-type-explorer

VSCode Extension & utilities for exploring TypeScript type information
https://marketplace.visualstudio.com/items?itemName=mxsdev.typescript-explorer&ssr=false
161 stars 4 forks source link

Feature Request: Add compatibility with Volar #43

Open MatthewAry opened 10 months ago

MatthewAry commented 10 months ago

Volar is used by Vue, Svelte, and Astro to help bridge the gap between Typescript and their own file types. Volar is currently undergoing a rewrite at the moment, once they're done, I hope to see this extension support these incredible ecosystems.

zcf0508 commented 10 months ago

I submit a pr to get type from vue file. You can check out #45 .