Record these plug-ins of vscode

  实在无聊透顶.写个随笔记录一下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>HTMLHnt(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的插件吧

时间: 2024-10-09 10:15:15

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

Eclipse vim eclim初始化优化

//1 移动Ctrl + L 向右移动一位 (Next Column)Ctrl + N 向左移动一位 (Previous Column)Ctrl + J 向下一行   (Line Down)Ctrl + K 向上一行   (Line Up) Ctrl + A 移动到行尾 (Line End)Ctrl + I 移动到行首 (Line Start)//删除剪切复制Ctrl + D: 剪切整行 (Cut Line)Ctrl + Y 赋值当前行 (Copy Lines) //插入Ctrl + O 插入当

搭建DNS服务器+邮件服务器

一·搭建DNS服务器 试验要求:完成DNS的正反向解析 试验前准备: 服务器 192.168.203.201 server1.example.com 客户机 192.168.203.202 server2.example.com 192.168.203.203 database.example.com 修改DNS nmcli c modify eno16777736 ipv4.dns 8.8.8.8 systemctl restat network 1.1 安装相关程序 yum install

IDEA Maven项目 编译的问题

IDEA中,点击项目的maven插件的 compile: 出现: [INFO] ------------------------------------------------------------------------[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project j360-deliver: Compi

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 the current project and in the plu gin groups [org.apache.maven.plugins, org.codehaus.mojo] available from the repo sitories [local (C:\Documents and Se

No plugin found for prefix 'jetty' in the current project and in the plugin groups搭建mvan时配置jetty

在maven进行jetty的调试中出现错误: [plain] view plaincopyprint? [ERROR] No plugin found for prefix 'jetty' in the current project and in the plu gin groups [org.apache.maven.plugins, org.codehaus.mojo] available from the repo sitories [local (C:\Documents and Se

HR开发 操作信息类型数据

1.通过函数操作. INFOTYPES: 0001. DATA: ZRETURN TYPE BAPIRETURN1, ZPAKEY TYPE BAPIPAKEY. GET PERNR. LOOP AT P0001 WHERE ... *锁定人员编号 CALL FUNCTION 'BAPI_EMPLOYEE_ENQUEUE' EXPORTING NUMBER = PERNR-PERNR * IMPORTING * RETURN = . ... *新建信息类型 CALL FUNCTION 'HR_I

错误整理:No plugin found for prefix ‘jetty‘ in the....

在maven进行jetty的调试中出现错误: [plain] view plaincopyprint? [ERROR] No plugin found for prefix 'jetty' in the current project and in the plu gin groups [org.apache.maven.plugins, org.codehaus.mojo] available from the repo sitories [local (C:\Documents and Se

Top 40 Static Code Analysis Tools

https://www.softwaretestinghelp.com/tools/top-40-static-code-analysis-tools/ In this article, I have summarised some of the top static code analysis tools. Can we ever imagine sitting back and manually reading each line of codes to find flaws? To eas

【翻译】在Mac上使用VSCode创建你的第一个Asp.Net Core应用

Setting Up Your Development Environment 设置你的开发环境 To setup your development machine download and install .NET Core and Visual Studio Code with the C# extension. Node.js and npm is also required. If not already installed visit nodejs.org. 首先在你的机器上下载.Ne