myhome vscode plugins
├─ 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的更多相关文章
- wonder vscode plugins
├─ .obsolete├─ .wlck├─ .wtid├─ 1194979849.code-snippets-0.1.18├─ abeyuhang.vscode-lesslint-0.0.1├─ a ...
- vscode plugins
├─ .obsolete├─ .wlck├─ .wtid├─ abeyuhang.vscode-lesslint-0.0.1├─ abierbaum.vscode-file-peek-1.0.1├─ ...
- vscode & peacock extension
vscode & peacock extension https://marketplace.visualstudio.com/items?itemName=johnpapa.vscode-p ...
- VS Code 的插件位置更改
--extensions-dir 你的目标文件夹 原来的目标位置:"E:\Program Files\VSCode\Code.exe" 更改后的位置:"E:\Progra ...
- VS code开发工具的使用教程
前言 工欲善其事必先利其器,提高程序员的开发效率必须要有一个好的开发工具,当前最好的前端开发工具主要有VS code.sublime Text.Atom.Webstorm.Notepad++. VS ...
- bash shell cli tools
bash shell cli tools before # create files $ mkdir app-component $ cd app-component $ touch index.ht ...
- VSCode Web Developement for Javascript. Must have plugins.
Es6 Javascript front-end web developemnt must have plugins Prettier - Code Formatter Javascript (ES6 ...
- Record these plug-ins of vscode
实在无聊透顶.写个随笔记录一下vscode的插件好了. 第一次使用(之前一直在用sublime...),以后再更新吧.record my color too! Visual Studio Code B ...
- VSCode配置eslint
在Vue.js项目中,使用的是eslint检查. 而在我写完代码后,cnpm run dev运行命令...然后悲剧了,一大堆报错!╮(╯▽╰)╭ 安装插件:Vetur:这是vscode上一个vue.j ...
随机推荐
- 初识GitHub之创建文件
在新建了一个项目(repository)后,会跳转到项目主页,如下图 Create new file(创建新文件)就是新建一个代码文件,Upload file(上传文件)即从内存中将代码文件上传至本项 ...
- redis----------windows下安装redis以及PHP的redis扩展
1.redis简介 redis是一个key-value存储系统.和Memcached类似,它支持存储的value类型相对更多,包括string(字符串).list(链表).set(集合).zset(s ...
- 屏幕适配(UGUI)非UI
using UnityEngine; public enum Suit_UIType { Background, Effect, } [RequireComponent(typeof(Transfor ...
- MySQL变量的使用
在mysql文档中,mysql变量可分为两大类,即系统变量和用户变量. 但根据实际应用又被细化为四种类型,即局部变量.用户变量.会话变量和全局变量. 一.局部变量 mysql局部变量,只能用在begi ...
- caffe-ssd的GPU安装时make test 报错:.build_release/test/test_all.testbin:
报错原因:LIBRARIES路径添加不全 解决方法:LIBRARIES += glog gflags protobuf boost_system boost_filesystem boost_rege ...
- spring-boot 根据环境启动
spring-boot 根据环境启动: java -jar spring-boot--config--SNAPSHOT.jar --spring.profiles.active=prod
- fabric 更详尽的用法
项目发布和运维的工作相当机械,频率还蛮高,导致时间浪费在敲大量重复的命令上. 修复bug什么的,测试,提交版本库(2分钟),ssh到测试环境pull部署(2分钟),rsync到线上机器A,B,C,D, ...
- flask 操作数据时,db的要在app.config设置之后声明:如app.config['SQLALCHEMY_DATABASE_URI']
flask 操作数据时,db的要在app.config设置之后声明:如app.config['SQLALCHEMY_DATABASE_URI'] 否则,运行程序时app.config里面做的设置就不会 ...
- The Code analysis of the FFDNet model
1. 读取图像并判断是否为灰度图,如为RGB图转化为灰度图,并读取图像的w.h 2.数据格式转换:将uint8表示的读取图像矩阵变为double表示. 3.加入噪声,如果噪声水平$\sigma = 5 ...
- iOS项目之交换方法(runtime)
在项目中,经常会遇到系统自带的方法满足不了自己的需求,往往我们解决这种情况的时候,都是在分类中添加一个方法.然而很多时候,项目已经开发很长时间了,如果一个一个的去替换系统的方法,太浪费宝贵的时间,所以 ...