├─ 1194979849.code-snippets-0.1.18
├─ adamwalzer.string-converter-0.1.1
├─ alefragnani.bookmarks-9.3.0
├─ alefragnani.numbered-bookmarks-5.2.0
├─ azmytest
├─ charleswu.vue-css-peek-1.0.0
├─ daixiangyu13.ivue-0.1.0
├─ dbaeumer.vscode-eslint-1.7.2
├─ formulahendry.code-runner-0.9.5
├─ hollowtree.vue-snippets-0.1.10
├─ hollowtree.vue-snippets-0.1.9
├─ ibm.output-colorizer-0.1.2
├─ ishiyama.vuejs-peek-0.0.3
├─ jcbuisson.vue-0.1.5
├─ lmcarreiro.vscode-smart-column-indenter-0.0.13
├─ misanya.html-extract-plugin-0.0.3
├─ ms-ceintl.vscode-language-pack-zh-hans-1.29.2
├─ msjsdiag.debugger-for-chrome-4.11.1
├─ mycelo.shunt-1.0.1
├─ octref.vetur-0.14.4
├─ octref.vetur-0.14.5
├─ oysun.vuehelper-0.1.0
├─ peakchen90.vue-beautify-2.0.4
├─ pratishshr.bharyang-vscode-0.0.3
├─ prograhammer.tslint-vue-1.5.6
├─ ritwickdey.create-file-folder-0.0.5
├─ ritwickdey.liveserver-5.2.0
├─ sdras.vue-vscode-snippets-1.3.0
├─ staychan.vue-color-0.0.3
├─ swindh.enumerator-0.0.6
├─ tomiturtiainen.js-complexity-analysis-2.0.0
├─ wallabyjs.quokka-vscode-1.0.165
├─ wix.vscode-import-cost-2.12.0
├─ xiguaxigua.vue-style-beautify-1.1.0
└─ yatki.vscode-surround-1.0.2

myhome vscode plugins的更多相关文章

  1. wonder vscode plugins

    ├─ .obsolete├─ .wlck├─ .wtid├─ 1194979849.code-snippets-0.1.18├─ abeyuhang.vscode-lesslint-0.0.1├─ a ...

  2. vscode plugins

    ├─ .obsolete├─ .wlck├─ .wtid├─ abeyuhang.vscode-lesslint-0.0.1├─ abierbaum.vscode-file-peek-1.0.1├─ ...

  3. vscode & peacock extension

    vscode & peacock extension https://marketplace.visualstudio.com/items?itemName=johnpapa.vscode-p ...

  4. VS Code 的插件位置更改

    --extensions-dir 你的目标文件夹 原来的目标位置:"E:\Program Files\VSCode\Code.exe" 更改后的位置:"E:\Progra ...

  5. VS code开发工具的使用教程

    前言 工欲善其事必先利其器,提高程序员的开发效率必须要有一个好的开发工具,当前最好的前端开发工具主要有VS code.sublime Text.Atom.Webstorm.Notepad++. VS ...

  6. bash shell cli tools

    bash shell cli tools before # create files $ mkdir app-component $ cd app-component $ touch index.ht ...

  7. VSCode Web Developement for Javascript. Must have plugins.

    Es6 Javascript front-end web developemnt must have plugins Prettier - Code Formatter Javascript (ES6 ...

  8. Record these plug-ins of vscode

    实在无聊透顶.写个随笔记录一下vscode的插件好了. 第一次使用(之前一直在用sublime...),以后再更新吧.record my color too! Visual Studio Code B ...

  9. VSCode配置eslint

    在Vue.js项目中,使用的是eslint检查. 而在我写完代码后,cnpm run dev运行命令...然后悲剧了,一大堆报错!╮(╯▽╰)╭ 安装插件:Vetur:这是vscode上一个vue.j ...

随机推荐

  1. python基础之 初识函数&函数进阶

    函数基础部分 1.什么是函数? 函数是组织好的,可重复使用的,用来实现单一,或相关联功能的代码段.函数能提高应用的模块性,和代码的重复利用率. 2.定义函数 定义:def 关键词开头,空格之后接函数名 ...

  2. python frist lesson

    1.print("") 代表打印字符段 2.name2 = name ,然后改变name的赋值,name2的值还是以前name的值,说明name2指向的是内存中name的赋值. 3 ...

  3. AngularJS2 环境搭建:

    AngularJS2 基础学习: 参考 mybase 3-26 文件 angular 环境的构建:( 由于 Angular 编写的代码不是 浏览器可以直接运行的,需要经过编译,所以需要构建一个环境) ...

  4. 退出unity运行

    public void GetExit()//退出运行 { #if UNITY_EDITOR UnityEditor.EditorApplication.isPlaying = false;//用于退 ...

  5. java Timer 定时每天凌晨0点执行任务

    import java.util.TimerTask; /** * 执行内容 * @author admin_Hzw * */ public class Task extends TimerTask ...

  6. Python记录9:函数4:名称空间作用域+闭包函数+装饰器

    ''' 一: 名称空间namespaces     名称空间就是存放名字与值绑定关系的内存空间 二: 名称空间分为三种     内置名称空间:         1. 特点: 存放是python解释器自 ...

  7. debug调试命令

  8. 0006-20180422-自动化第七章-python基础学习笔记

    内容回顾: - bytes - str 和bytes - int - str - list - tuple - 深拷贝和浅拷贝 今日内容: 数据类型 - bytes - int - str - boo ...

  9. python 第四阶段 学习记录之----异步

    异步: 知识情况: 1.多线程, 多线程使用场景 1.IO操作不占CPU,读写数据(网络中.系统中) 2.计算占CPU, 3.上下文切换不占CPU.它消耗资源 python多线程 不适合CPU密集型的 ...

  10. Hdu2191 悼念512汶川大地震遇难同胞——珍惜现在,感恩生活 (多重背包)

    Problem Description 急!灾区的食物依然短缺!为了挽救灾区同胞的生命,心系灾区同胞的你准备自己采购一些粮食支援灾区,现在假设你一共有资金n元,而市场有m种大米,每种大米都是袋装产品, ...