Visual Studio 都有哪些好用的插件
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Visual Studio 都有哪些好用的插件相关的知识,希望对你有一定的参考价值。
ComponentOne Enterprise 是一款专注于企业应用 .NET开发的 Visual Studio 组件集,包含 300 多种 .NET控件,支持 WinForm,WPF,UWP,ASP.NET MVC 等七个 .NET开发平台,具备表格数据管理、数据可视化、报表和文档、日程安排、输入和编辑、导航和布局、系统提升工具等七大功能,满足企业 .NET开发的全部需求。
和其他 .NET控件集相比,ComponentOne 体量更加轻盈、功能更加全面、产品更加安全。无缝兼容 Visual Studio 2017,提供一对一厂商技术支持,被开发人员誉为“.NET开发的‘瑞士军刀’”。20 多年的发展,ComponentOne 积累了大量用户资源,西门子、GE、DSH、用友、华为、金蝶、中国电建、中国农行、台达集团等国内外多家企业,都正在使用 ComponentOne 提升开发效率。
Visual Studio 是一个丰富的集成开发环境,用于创建面向 Windows、Android 和 iOS 的出色应用程序以及现代 Web 应用程序和云服务。广大 .NET 开发者早已熟知 Visual Studio,并通过它快速开发各类应用和信息系统。但是,面对实际的项目和产品,Visual Studio 自带的控件集变得捉襟见肘,因此,我们不禁要问,有了 Visual Studio 真的就够了吗?
不!你还需要 ComponentOne 全功能控件套包!支持 WinForm、WPF、ASP.NET WebForm、ASP.NET MVC、UWP、ActiveX、Silverlight 等多个平台,包括表格、图表、报表、文档、仪表盘、日程安排、菜单、工具栏、数据输入编辑、导航布局、拼写检查等数百个控件,适用于任何 .NET 应用程序开发,帮您创建完美的桌面、WEB 和移动应用程序。
参考技术A 0. DevColor Extensions一个小工具,也包括了一个颜色选择器。
1. Snippet editor
Snippet Designer 是一个开源插件,有助 VS 提供更为丰富和更为高效的编码经历。
2. Productivity Power
the Productivity Power Tools, your extension state (disabled or enabled) will be retained when you install a new version of the Tools as long as Visual Studio is running during the installation.
3. Image Optimize
在 Solution Explorer 中的任意文件夹和图片上增加一个右击菜单,可来优化文件夹中的 PNG、GIF 和 JPEG 文件。优化并不影响图片质量,优化过程采用了业内已证明的算法,用于移除 EXIF 信息和其他数据。
4. VS Command 10 Extension
VS Commands provides code navigation and generation improvements which will make your everyday coding tasks blazing fast and, together with tens of essential IDE enhancements, it will take your productivity to another level.
5. Web Essentials
The Live Web Preview tool window loads your website/project in a browser and will update every time you save or build. You can turn on live editing for CSS which lets you see your CSS changes on your actual website as you type each keystroke.
6. JS Enhancements
This extension provides outlining and matching braces highlighting features for Visual Studio JavaScript and CSS editor. Works both in JS/CSS files and HTML script/style blocks.
7. Numbered Bookmarks
Numbered Bookmarks allows users to create and recall bookmarks by using numbers. User can create 10 bookmarks (starting from 0 to 9). User can add or navigate to the particular bookmark by using the same shortcut key. The tool adds a bookmark margin to visual studio editor, next to scrollbar.
8. FoxCop Integrator
FxCop Integrator allows to integrate stand-alone FxCop and Code Metrics PoewrTool into VS2010. You can analysis your source code on VS2010 Pro.
9. Code Compare
Code Compare is a powerful file and folder comparison tool that demonstrates new level of code comparison. Advanced comparison approaches, which consider the peculiarities of different programming languages, make a significant advantage in code comparing.
10. Open Folder in New Windows Explorer
Extend the “Open Folder in Windows Explorer” context menu option to the code editor and to all files in solution explorer.
11. Regular Expresion Margin
A margin which exposes .Net Regular Expressions search and replace capabilities on a given code window. Toggle the margin by Alt+r. Navigate to next search by Alt+n. Navigate to previous earch by Alt+p. Escape key hides the margin and set focus back to the code window. Even if the margin is hidden, as long as there is search in the Find What textbox, it will continually do a search on text updates.
12. Visual Studio Color Theme
Allows users to customize the color palette used for menus, toolbars, tabs, title bars, and other environment colors.
13. Spell Checker
This extension provides spell checking support for various “natural language” portions of files. This includes:
Plain text files (the entire file is spell checked)
Source code (comments and strings are spell checked)
HTML/ASP (things that aren’t HTML tags are spell checked)
14. Triple Click
Makes triple click select an entire line.
15. Go To Definition
Make ctrl+click perform a “Go To Definition” on the identifier under the cursor. Also, when the ctrl key is held down, highlight identifiers that look like they have definitions to navigate to.
16. VsVim本回答被提问者和网友采纳 参考技术B 0. DevColor Extensions 一个小工具,也包括了一个颜色选择器。 1. Snippet editor Snippet Designer 是一个开源插件,有助 VS 提供更为丰富和更为高效的编码经历。 2. Productivity Power the Productivity Power Tools, your extension state
Visual Studio Code插件
Visual Studio Code插件
https://www.cnblogs.com/clwydjgs/p/10078065.html
写在前面
在前端开发中,有一个非常好用的工具,Visual Studio Code,简称VS code。
都不用我安利VS code,大家就会乖乖的去用,无数个大言不惭的攻城狮,都被VS code比德芙还丝滑的强大功能所折服。
我是来给大家安利插件的,想做个比较全面的插件集合给大家。网上的我也看过一些,但是都比较零散,时间也久了一些,我结合最近的情况,总结一下
造福大家,才是我想做的。手动比心?。
正文
一.日常安利 VS code
VS vode特点:
开源,免费;
自定义配置
集成git
智能提示强大
支持各种文件格式(html/jade/css/less/sass/xml)
调试功能强大
各种方便的快捷键
强大的插件扩展
对前端这么友好,没理由不用。
Visual Studio Code(VScode )官网 :https://code.visualstudio.com/
Visual Studio Code(VScode )github地址 :https://github.com/Microsoft/vscode
二.怎么安装插件?
方法一:
按F1或Ctrl+Shift+p,输入extensions,点击第一个就可以
方法二:
ctrl + P 然后输入 >ext install
方法三:
点击图中位置
三.插件合集
插件官网:https://marketplace.visualstudio.com/
每一个插件名都超链接到官网,注意查看
a.配置类插件:
1.Settings Sync
最好用的插件,没有之一,一台电脑配置好之后,其它的几台电脑都不用配置。新机器登录一下就搞定了。再也不用折腾环境了,
使用GitHub Gist同步多台计算机上的设置,代码段,主题,文件图标,启动,键绑定,工作区和扩展。
2.Debugger for Chrome
从VS Code调试在Google Chrome中运行的JavaScript代码。
用于在Google Chrome浏览器或支持Chrome DevTools协议的其他目标中调试JavaScript代码的VS Code扩展。
3.beautify
格式化代码工具
美化javascript,JSON,CSS,Sass,和HTML在Visual Studio代码。
4.Atuo Rename Tag
修改 html 标签,自动帮你完成头部和尾部闭合标签的同步修改
5.中文(简体)语言包
Chinese (Simplified) Language Pack for Visual Studio Code
将界面转换为中文,对英语不好的人,非常友好。例如我。。。
6.Code Spell Checker
代码拼写检查器
一个与camelCase代码配合良好的基本拼写检查程序。
此拼写检查程序的目标是帮助捕获常见的拼写错误,同时保持误报数量较低。
7.vscode-icons
显示Visual Studio代码的图标,目前该插件已被vscode内部支持:"文件" -> "首选项" -> "文件图标主题"
8.guides
显示代码对齐辅助线,很好用
9.Rainbow Brackets
为圆括号,方括号和大括号提供彩虹色。这对于Lisp或Clojure程序员,当然还有JavaScript和其他程序员特别有用。
效果如下:
10.Bracket Pair Colorizer
用于着色匹配括号
11.Indent-Rainbow
用四种不同颜色交替着色文本前面的缩进
12.filesize
在状态栏中显示当前文件大小,点击后还可以看到详细创建、修改时间
13.Import Cost
对引入的计算大小
14.Path Intellisense
可自动填充文件名。
15.WakaTime
从您的编程活动自动生成的度量标准,见解和时间跟踪。
16.GitLens
git日志查看插件
GitLens 增强了 Visual Studio Code 中内置的 Git 功能。例如 commits 搜索,历史记录和和查看代码作者身份,还能通过强大的比较命令获得有价值的见解等等
17..REST Client
REST客户端允许您直接发送HTTP请求并在Visual Studio Code中查看响应。
18.Npm Intellisense
用于在 import 语句中自动填充 npm 模块
require 时的包提示(最新版的vscode已经集成此功能)
19.Azure Storage
VS Code的Azure存储扩展允许您部署静态网站并浏览Azure Blob容器,文件共享,表和队列。按照本教程从VS Code部署Web应用程序到Azure存储。
20.Project Manager
它可以帮助您轻松访问项目,无论它们位于何处。不要再错过那些重要的项目了。您可以定义自己的收藏项目,或选择自动检测VSCode项目,Git,Mercurial和SVN存储库或任何文件夹。
从版本8开始,您就有了专门的项目活动栏!
以下是Project Manager提供的一些功能:
将任何项目保存为收藏夹
自动检测VSCode,GIT中,水银或SVN存放区
在相同或新窗口中打开项目
识别已删除/重命名的项目
一个状态栏标识当前项目
专门的活动栏
21.Language Support for Java(TM) by Red Hatredhat.java
这个插件,这个下载次数,安装就对了。
22.Todo Tree
此扩展可以快速搜索(使用ripgrep)您的工作区以获取TODO和FIXME等注释标记,并在资源管理器窗格的树视图中显示它们。单击树中的TODO将打开文件并将光标放在包含TODO的行上。
找到的TODO也可以在打开的文件中突出显示。
b.VS code 主题集合
1.Night Owl
一个非常适合夜猫子的 VS Code 主题。像是为喜欢深夜编码的人精心设计的。
2.Atom One Dark Theme
一个基于Atom的黑暗主题
3.Dracula Official
官方吸血鬼主题,博主用的就是这款,很漂亮
4.One Dark Pro
Atom标志性的One Dark主题,也是VS Code下载次数最多的主题之一!
5.Bimbo
简约而现代的神奇海洋主题
c.代码提示提示类
1.HTML Snippets
完整的HTML代码提示,包括HTML5
2.HTML CSS Support
在 html 标签上写class 智能提示css样式
3.jQuery Code Snippets
jQuery代码提示
超过130个用于JavaScript代码的jQuery代码片段。
只需键入字母‘jq‘即可获得所有可用jQuery代码片段的列表。
4.HTMLHint
html代码检测,支持html5
d.语言相关
1.C#
适用于.NET Core的轻量级开发工具。
伟大的C#编辑支持,包括语法突出显示,智能感知,转到定义,查找所有引用等。
调试支持.NET Core(CoreCLR)。注意:不支持单声道调试。桌面CLR调试支持有限。
支持Windows,macOS和Linux上的project.json和csproj项目。
2.CodeMetrics
计算TypeScript / JavaScript文件的复杂性。
3.VUE插件
vetur 语法高亮、智能感知、Emmet等
VueHelper snippet代码片段
- Java Extension Pack
它是一组流行的扩展,可以帮助在Visual Studio Code中编写,测试和调试Java应用程序。查看VS Code中的Java以开始使用。
以上是关于Visual Studio 都有哪些好用的插件的主要内容,如果未能解决你的问题,请参考以下文章
microsoft visual studio 2008找不到一个或多个组件,请重新安装应用程序 的原因都有哪些?
Visual Studio 的循环矢量化(手动和自动)都有哪些资源?