Is it possible to edit vuejs\'s *.vue component files in Visual Studio 2017 with highlighting and intellisense support for HTML, TypeScript AND SCSS?
At the moment,
Microsoft now claims that Typescript inside in .vue files is supported by Visual Studio 2017: https://developercommunity.visualstudio.com/idea/351510/support-vue-file-intellisense-in-visual-studio.html
indeed I tried it and (after some file reloading) syntax highlighting for html code and for Typescript, as well as intellisense works fine. Still trying to figure out how to convince compiler to produce .js files...