*.vue files, Visual Studio 2017 & TypeScript

后端 未结 6 1951

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,

6条回答
  •  没有蜡笔的小新
    2020-12-19 05:55

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

提交回复
热议问题