Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What are the 7 easy-to-use Visual Studio extensions

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/02 Report--

In this issue, the editor will bring you about the seven easy-to-use Visual Studio extensions, which are rich in content and analyzed and described from a professional point of view. I hope you can get something after reading this article.

Here are 7 easy-to-use Visual Studio extensions to simplify your daily development work. It's time to upgrade your IDE. Instead of listing some particularly popular extensions, such as ReSharper and OzCode (or even Web Essentials), there are some relatively little-known but very powerful VS plug-ins.

BuildVision

BuildVision (source) is a VS extension that allows you to visualize the build process.

This widget can show the state of your build process, how long it took, and, most importantly, the errors that occurred during the build process, and better yet, these errors are grouped according to each project, and it is very easy to figure out the source of the error:

Git Diff Margin

GitDiffMargin (source) can add margin to the left column (or scroll bar) of the Visual Studio editor to show the difference between modifying or deleting lines, giving you a good idea of previous changes.

This works very well with the Git project.

NoGit

NoGit (source) only does one thing, and that is to disable the built-in Visual Studio Git source control vendor, because it will restart itself when you open a solution when you use git. NoGit will always shut down the vendor whenever a solution is opened.

Reopen Start Page

Another time-saving tool is Reopen Start Page (source), which, as the name implies, reopens the Visual Studio initial page when you close a solution, making it easier for people to open the current solution.

SaveAllTheTime

SaveAllTheTime (source) is another gem that lets Visual Studio always save modified files and projects (ALL THE TIME). Visual Studio does not save project files when you rename or move them. SaveAllTheTime ensures that everything is saved when you submit your changes.

In addition, SaveAllTheTime contains a small widget to remind you to submit frequently. If you are Git-driven or do not use Git, you can disable this widget.

TabSanity

TabSanity (source) makes tabs-as-spaces behave like actual tabs, spaces and delete keys, arrow navigation keys will not be inserted into a tab space, but will jump to the next tab key to save your keyboard.

EmojiVS

* Let's make our code more interesting, EmojiVS (source)-an extension that adds GitHub emojis to your code (especially code comments).

It will even give you some smart tips:

Note: if you are a ReSharper user, you need to install the ReMoji extension in the component to allow EmojiVS to get code completion.

Via hmemcpy.com

These are the seven useful Visual Studio extensions that Xiaobian shared with you. If you happen to have similar doubts, you might as well refer to the above analysis to understand. If you want to know more about it, you are welcome to follow the industry information channel.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report