EasyVS-quickly organize region Visual Studio extensions

Source: Internet
Author: User
Introduction We have been studying VSX for more than a month. In the past two days, we have finally developed a small plug-in, EasyVS. This plug-in currently only supports VS2010. It may take some time for vs2008 to support it. Fortunately, I didn't use MEF content, so it should be difficult to port it to vs2008. The main purpose of writing this plug-in is to provide many practical functions like Resharper, making coding in vs a pleasure. VS2012 version: http://pan.baidu.com/share/link? Consumer id = 281902 & uk = 1912892897 is provided by the http://www.cnblogs.com/my36z. Features
  • Quick Region

The so-called fast region function is to automatically classify the code into different region categories by pressing Ctrl + Q and Ctrl + R in the Code view. The current region includes "variables ", constructor, event, method, and attribute. The following is an example: The following class is randomly translated, and the code format is messy.

 

The following uses the quick Region feature provided by EasyVS to automatically classify codes.

 

Sorted code

To put it bluntly, some region functions can help the program, saving time and effort. However, one drawback is that the region formatted using this tool is the same, and the specific region is missing (the original reigon will disappear, in future versions, we plan to add the function of retaining custom region)
  • Less Tab

    By setting the specified number of tabs, the plug-in can automatically disable unnecessary tabs for you to reduce VS memory usage and provide you with a fresh VSTab column. For example, I set only five tabs in the settings.

    In the future, you will not be able to open more than five tabs at the same time in. This reduces the number of tabs opened without knowing it, and closes unnecessary tabs to release the occupied memory. Which tabs will be disabled. The more frequently you use, the more tab you will not close. If a tab is not used for a long time, it is more likely to be closed. In a word, this will not affect your normal code operations.

Update log

 

V0.2

1. added the Quick Region custom region name function.

2. Modify the grouping rules of Quick Region, and do not process existing region. If the configured region already exists in the current Code, add this type of external to the existing region.

3. added the Less Tab function.

4. added the automatic update function.

5. Fixed a BUG in Quick Region (an error occurs if region nesting exists)

6. added network proxy settings.

 

V0.1

1. added the Quick Region function.

 

Download this plug-in. I have released it to Microsoft's official VS plug-in Library. The plug-in address is: Http://visualstudiogallery.msdn.microsoft.com/7310649d-87d9-45d2-b7da-99e5b001549e 

Current version: 0.41 current version feature: 1. Fixed an update error in v0.4 that was constantly prompted. current version update site: http://visualstudiogallery.msdn.microsoft.com/7310649d-87d9-45d2-b7da-99e5b001549e
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.