实在无聊透顶.写个随笔记录一下vscode的插件好了。

  第一次使用(之前一直在用sublime...),以后再更新吧。record my color too!

 Visual Studio Code By Microsoft。

  

  Left : Sublime text3; Right : vscode(显然 他俩好像长得差不多... )

  此处引用微软对该编辑器vscode的简短评价:

  Free(免费). Open source(开源). Runs everywhere(哈哈).

  Let's do it now !(废话少说)

  1>Auto Close Tag (Auto close the tag,you name it)

  2>Babel ES6 / ES7 (Babel is Babel it is!)

  3>Debugger for Chrome(Debugger is Debugger it is!)

  4>Document this(I doubt that!)

  5>ESLint(here come!)

  6>filesize(Show us filesize in left-bottom corner?)

  7>Guides(Guides is simply an extension...too long)

  8>HTML CSS Support(Missing CSS support for HTML documents.)

  9>HTML SCSS Support(Something like that...)

  10>HTML Snippets(Short one...)

  11>HTMLHint(Integrates the HTMLHnt static analysis tool into vs Code.)

  12>JavaScript (ES6) snippets(Snippets for ES6)

  13>jQuery Code Snippets(Over 130 jQuery Code Snippets...too long)

  14>JS-CSS-HTML Formatter(Format your JS, CSS, HTML, JSON file.)

  15>Path Intellisense(vs Code plugin that autocompletes filenames.)

  16>Prettify JSON(Prettify ugly JSON inside VSCode)

  17>View In Broswer(Extension for vscode to view a html file in a browser.)

  18>vscode-fileheader(Add notes to the file header...too long)

  19>webpack(webpack config file with babel transpiling (ES6).)

  20>OneDark Pro(Is a theme)

  该死!我竟然写完了。改天再写篇Sublime text的插件吧

Record these plug-ins of vscode的更多相关文章

  1. Announcing the Updated NGINX and NGINX Plus Plug‑In for New Relic (Version 2)

    In March, 2013 we released the first version of the “nginx web server” plug‑in for New Relic monitor ...

  2. HR开发 操作信息类型数据

    1.通过函数操作. . DATA: ZRETURN TYPE BAPIRETURN1, ZPAKEY TYPE BAPIPAKEY. GET PERNR. LOOP AT P0001 WHERE .. ...

  3. No plugin found for prefix 'jetty' in the current project and in the plugin groups 【转】

    在maven进行jetty的调试中出现错误: [plain] view plaincopyprint? [ERROR] No plugin found for prefix 'jetty' in th ...

  4. Android二维码开源项目zxing编译

    ZXing是一个开放源代码的,用Java实现的多种格式的1D/2D条码图像处理库,它包括了联系到其它语言的port.Zxing能够实现使用手机的内置的摄像头完毕条形码的扫描及解码.该项目可实现的条形码 ...

  5. 错误整理:No plugin found for prefix 'jetty' in the current project and in the plugin groups

    在maven进行jetty的调试中出现错误: [ERROR] No plugin found for prefix 'jetty' in the current project and in the ...

  6. IDEA Maven项目 编译的问题

    IDEA中,点击项目的maven插件的 compile: 出现: [INFO] ------------------------------------------------------------ ...

  7. Top 40 Static Code Analysis Tools

    https://www.softwaretestinghelp.com/tools/top-40-static-code-analysis-tools/ In this article, I have ...

  8. Open Live Writer(olw)博客写作软件

    前言 wlw似乎不再提供下载了,从微软的官网下载安装程序之后,无法联网下载olw组件,所以写博客改用olw. olw是wlw的开源版本,所以wlw上的操作是可以在olw上继续使用的. 关于wlw的知识 ...

  9. 【poj1087/uva753】A Plug for UNIX(最大流)

    A Plug for UNIX   Description You are in charge of setting up the press room for the inaugural meeti ...

随机推荐

  1. C中使用memset

    int i; cout<<memset(&i,1,sizeof(int))<<endl; 输出结果是16843009,而不是填充的1111 1111,为什么呢? 因为m ...

  2. 设计模式-(16)模版模式 (swift版)

    一,概念: 定义一个算法中的操作框架,而将一些步骤延迟到子类中.使得子类可以不改变算法的结构即可重定义该算法的某些特定步骤.(Define the skeleton of an algorithm i ...

  3. YTU 2754: C++习题-快速排序

    2754: C++习题-快速排序 时间限制: 1 Sec  内存限制: 128 MB 提交: 92  解决: 55 题目描述 以某个数为标准,把比这个数大的都移到它的后面,比这个数小的都移到它的前面, ...

  4. gunicorn部署Flask服务

    作为一个Python选手,工作中需要的一些服务接口一般会用Flask来开发. Flask非常容易上手,它自带的app.run(host="0.0.0.0", port=7001)用 ...

  5. bzoj3251

    3251: 树上三角形 Time Limit: 10 Sec  Memory Limit: 128 MBSubmit: 637  Solved: 262[Submit][Status][Discuss ...

  6. Python解压缩ZIP格式

    转自:http://blog.csdn.net/linux__kernel/article/details/8271326 很多人在Google上不停的找合适自己的压缩,殊不知Py的压缩很不错.可以试 ...

  7. 解决weblogic页面和控制台乱码问题

    转自:https://blog.csdn.net/u010995831/article/details/53283746 之前一直有碰到weblogic各种乱码问题,要不就是页面乱码,要不就是控制台乱 ...

  8. Mysql数据库基础操作

    Mysql数据库基础操作 在mysql数据库中开启使用tab键补全功能 1)修改主配置文件/etc/mysql/my.cnf(mysql和mariadb目录有些不同) vim /etc/mysql/m ...

  9. C# 反射 设置实体属性

    C# 反射 设置实体属性 http://blog.csdn.net/cestarme/article/details/6548126 C#反射设置属性值和获取属性值 http://www.cnblog ...

  10. Ubuntu 14.04 配置 Java SE jdk-7u55 (转载)

    转自:http://blog.csdn.net/tecn14/article/details/24797545 JDK  目前最新版为jdk-8u5,这次没有选择安装最新的jdk8,而是要安装jdk7 ...