*.vue files, Visual Studio 2017 & TypeScript

后端 未结 6 1933

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条回答
  •  -上瘾入骨i
    2020-12-19 05:48

    I was facing the same difficulty, I end up using Visual Studio Code editor for Vue files and installed this plugin, named Vetur: https://github.com/vuejs/vetur
    You can install it by searching on the extensions on the side menu of Visual Studio Code.

提交回复
热议问题