Visual Studio插件【一】:前端

JQuery Code Snippets

https://github.com/kspearrin/Visual-Studio-jQuery-Code-Snippets

简单用法

jq   +tab

 <script>
                $(function () {

                });
    </script>

然后就尽情用吧,不能再舒服了

功能看点

https://github.com/kspearrin/Visual-Studio-jQuery-Code-Snippets

Bootstrap Snippet Pack

使用方法1

使用方法2

ctrl k +  ctrl x

功能看点

https://github.com/elebetsamer/bootstrap-snippets-visual-studio

Glyphfriend 2017

使用方法

功能看点

https://marketplace.visualstudio.com/items?itemName=RionWilliams.Glyphfriend

HTML Snippet Pack

使用方法

https://github.com/madskristensen/HtmlSnippetPack

JavaScript Snippet Pack

使用方法1

cl +tab

console.log();

使用方法2

ctrl k+ ctrl x

功能看点

https://github.com/madskristensen/JavaScriptSnippetPack

CSS Tools

功能看点

https://github.com/madskristensen/CssTools

HTML Tools

功能看点

https://github.com/madskristensen/HtmlTools

原文地址:https://www.cnblogs.com/shihao316558512/p/7308145.html