microsoft / TypeScript-Sublime-Plugin

IO wrapper around TypeScript language services, allowing for easy consumption by editor plugins
Apache License 2.0
1.72k stars 235 forks source link

Support for Vue single-file-components? #655

Closed pearofducks closed 6 years ago

pearofducks commented 6 years ago

Is there planned support for single-file-components in Vue? Or a way to enable TS support for them?

Example - Hello.vue in the official example repo

DanielRosenwasser commented 6 years ago

I think this would be out of scope for us, but more in the mission of Vetur and vue-language-server, which still leverages TypeScript. Check out https://github.com/vuejs/vetur/issues/284.

pearofducks commented 6 years ago

Makes sense, thanks!