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 ...
随机推荐
- Sysinternals Utilities
https://docs.microsoft.com/zh-cn/sysinternals/ Sysinternals 之前为Winternals公司提供的免费工具,Winternals原本是一间主力 ...
- git 常用命令收集
1. 查看某文件的历史递交记录git log --pretty=oneline 文件名 2. 查看远程仓库信息 git remote show origin 3. 查看用户名和修改用记名: git c ...
- webstorm中使用sass
最近由原来的sublime转为使用webstorm,用的不是很熟.我们在webstorm中使用sass 1.首先sass是基于ruby的.这个时候我们需要安装ruby. 2.安装成功后.我们需要去掉原 ...
- cxf配置
先记录一下,后期补充配置原因 原先的spring3.X(struts2)的时候配置cxf2.x没问题,基本就是在context.xml中加入 <import resource="cla ...
- 自制电脑usb红外遥控键盘
2010-08-08 19:20:00 看个ppt,还要一直按键盘或鼠标,能不能拿个遥控器控制一下. 动动脑,自己做一个吧. 电路分2部分,遥控器为发射部分,单片机为解码部分并且包含usb键盘功能. ...
- .net core webapi+vue 跨域访问
最近在做一个前后端分离的示例,以下代码完美解决跨域的问题 一.后端服务 1.首先我们建一个.net core webapi的项目 2.项目引用Microsoft.AspNetCore.Cors 包 3 ...
- docker启动后忘记挂载nvidia-docker-volume的解决方法
进入 docker 目录 删除 volumes 下的所有文件 重新启动docker 运行nvidia-docker run XXX 来生成volume 修改所有 docker目录下containers ...
- 虚拟机下Linux安装jdk
1.利用共享文件夹复制本地硬盘下(H:/share)的压缩包到指定目录 cp jdk-8u161-linux-x64.tar.gz /soft/jdk 2.进入/soft/jdk目录下,解压jdk到当 ...
- Node.js基础学习一之Get请求
本人从事的是前端开发,这段时间公司开发项目比较少所以就想着学点东西,然后就想到了Node.js ,跟着菜鸟教程学了点,不过我觉得最好的学习方法是带着需求来学习. 其实和服务端打交道无非就是能有一个可以 ...
- nginx的ip_hash负载均衡配置
upstream 4Asite{ server 192.168.16.99:8080 fail_timeout=15s; server 192.168.16.66:8080 fail_timeout= ...