美文网首页
VS Code插件之Vue 2 Snippets(Vue2 片段

VS Code插件之Vue 2 Snippets(Vue2 片段

作者: 公子小白123 | 来源:发表于2022-01-20 18:01 被阅读0次

一、简介

此扩展将Vue 2代码片段和语法突出显示添加到Visual Studio代码中。

这个插件基于最新的Vue官方语法高亮文件添加了语法高亮,并且依据Vue 2的API添加了代码片段。

支持语言

VUE(.vue)

HTML格式(.html)

使用Javascript(.js文件)

打字稿(.TS)

帕格(.pug)

官网地址: https://marketplace.visualstudio.com/items?itemName=hollowtree.vue-snippets

二、安装

ext install vue-snippets

三、使用

注:安装之后不需要配置,但需要重启,安装之后就可以使用

js提示

html中的提示和代码补全:

vif指令

vfor指令:

相关文章

网友评论

      本文标题:VS Code插件之Vue 2 Snippets(Vue2 片段

      本文链接:https://www.haomeiwen.com/subject/hkyncrtx.html