Cool Features in Visual Studio 2012

Microsoft has provided the developer community many cool features with the introduction of the Visual Studio 2012. This article speaks about some of the cool features in Visual Studio 2012.

You need to have Visual Studio installed in your computer to check these cool features. If you do not have it installed and if you do not have a license for it then you can download the trial version and can test the new version.

Feature 1: Preview Images

We will first discuss the ability to see previews of an image. To do this I have added a JPG file to my existing project as below:

Preview-Images-Visualstudio2012.jpg

Now place your mouse on the jpg file added to the project and observe. It shows a preview of the image.

Preview-Images1-Visualstudio2012.jpg

Pretty cool feature, right!!!

Feature 2: View Multiple Solution Explorers (Copy of Solution Explorer in multiple windows)

Will it not be good if we can have two Solution Explorers where you can select the project from any one of them and drag the explorers anywhere in the screen? It is a fantastic feature provided by Microsoft for developers.

Let us see how we can view multiple Solution Explorers. If you observe we already have one Solution Explorer opened in the Visual Studio and now if you select another one, it will open a copy of the same explorer in another window.

View-Multiple-Solution-Explorers.jpg

Now right-click on the solution and you will have the following options:

Image 4.jpg

You can now expand one project in one explorer and work on the files.

Image 5.jpg

You can drag the windows anywhere in the Visual Studio editor. This will be helpful when you are working on complex solutions. You can use the features like Scoping and Filtering with the New Solution Explorer feature that we will now discuss.

Feature 3: Filters in the Solution Explorer

Image 6.jpg

In the Solution Explorer you will find an icon for filtering the files listed in the Solution Explorer. There are two features available for filtering.

Image 7.jpg

Filtering options

  1. Pending Changes Filter
  2. Open Files Filter

Before going to test the filter options we need to add our solution to Team Foundation Server so that we can check-in and check-out the files. The Pending Changes Filter is used to list only the files that are recently added or modified and are pending for check-in. I have added a JPG file to the project in the Solution Explorer. So, when I select option 1 it should show me only the JPG file.

Image 8.jpg

You see that only one project is selected and only the image file is listed.

"Open Files Filter" is to show only the files opened in the editor and you want to get rid of unopened files in the Solution Explorer.

In my editor I have opened only 3 files and so when I select the second option it should show only the 3 files that were opened.

Image 9.jpg

Now check the files listed in the Solution Explorer:

Image 10.jpg

Now let us see how multiple explorer features help regarding filtering. I have opened a new Solution Explorer. In the first explorer I have selected Pending Changes Filter and in the second one I have selected the Open Files filter.

Image 11.jpg

Feature 4: Scoping

Let us assume you have a Solution Explorer with multiple projects with numerous files. If you are working on one of the projects then you may not like to see all the projects. In that case, the only option available before Visual Studio 2012 is to minimize the Project's tree view. But you cannot get rid of them.

Visual Studio 2012 came up with a feature called Scoping. This feature helps you to scope your Solution Explorer to show only the projects that you are working on.

In my Solution Explorer I have two projects listed out as below:

Image 12.jpg

Imagine I am working on the project called "AnotherConsole" and so I would like to scope it to this project.

Right-click on the project to scope the Solution Explorer.

Image 13.jpg

Now you see that only one project is listed in the Solution Explorer as below:

Image 14.jpg

You can use multiple Solution Explorers for one window having scoping enabled and another one with filtering enabled as below:

Image 15.jpg

If you want to reset the scope option in the Solution Explorer then select the "Home" icon on the top.

Image 16.jpg

We will discuss other cool features in the next article. Hope you all have enjoyed this article. Try using these features for your benefit. Happy coding guys!!!!
 


Similar Articles