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 new features of Visual Studio 2015 RTM

2025-03-28 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

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

This article is to share with you about the new features of Visual Studio 2015 RTM. The editor thinks it is very practical, so I share it with you. I hope you can get something after reading this article. Without saying much, let's take a look at it.

Visual Studio 2015 was officially released on July 20 this year, and through previous preview releases, you should have seen descriptions of some new features, including new VS2015 product lines like Visual Studio Enterprise and Visual Studio Code, to the free Visual Studio Community version that supports the VS extension suite, Microsoft has collected a lot of user feedback on these products and implemented them in the released RTM version.

Customizable installation kit, lighter and faster

In the user response, many people agree that the Visual Studio installer can provide more customized options, so when installing Visual Studio 2015, you have a good idea of which development kits to install, so that the installation process can be faster as needed. At the same time, we also add many suites that can be installed on Visual Studio 2015, such as: using C#/.NET (Xamarin), HTML/JavaScript (Apache Cordova) and C++ for multi-device development platform for solutions.

During the installation process, you can check the package you want to install, which can save up to 50% of the installation space compared to the default installation, depending on the package you choose.

And of course you can have Visual Studio 2015 install all the features, but keep in mind that this installs not only the core components of Visual Studio 2015 (such as editors, project Windows, etc.), but also the development kit tools, Windows, and Android emulators.

If the basic installation can not meet your needs, you can open the installation program at any time to install other features. For example, if you do not select the option of C++ at the beginning of the installation, when you are establishing the C++ project, Visual Studio will download the latest version of the components as needed to complete the installation.

We will continue to take apart the features in Visual Studio, do not install it by default, and then install it when you need it to create a better seamless experience.

Operation experience of new account login and management

The new account administrator greatly reduces the prompt for re-login, which synchronizes the account information with IDE and other Visual Studio family products, so that you have single sign-on and accounts that support multiple developer services (such as Visual Studio Online and Azure). When you connect to the service or log in to IDE, this account will be automatically added to the account administrator From now on, you don't have to enter your password again when you need to log in to these accounts, but you can select it directly from the drop-down menu as shown below.

Do directory filtering for many Azure Active Directory accounts

When viewing the resources under an account, because an account can be the co-manager of multiple Azure Active Directories, it is possible that the resource list is too long. For example, a cloud solution provider may use one account to manage the directory data of thousands of customers, so we have added a filtering feature in the account administrator to enable an account to correspond to only one Azure Active Directory.

Publish to Visual Studio Online

In previous versions of Visual Studio, to share program code among members, you had to put it on a website, then manually publish the repository, go through a series of processes, and then add several manual operations (such as setting up accounts and services) to start sharing program code. Starting with Visual Studio 2015, the steps to publish your program code from the local repository to Visual Studio Online (VSO) have been greatly simplified, from 12 steps to 2.

In the synchronization page of Team Explorer, you can quickly select the account in the account administrator of Visual Studio, and then automatically list the Visual Studio Online items under that account without having to remember their URL.

After selecting an account, click publish to see if you want to create a new project or use an existing project.

Improved notification center

In Visual Studio 2013, we introduced all the notification messages in the notification center (Notification Hubs) feature set to let developers know the state of their tools. The most common situation is that we use this space to inform you that there is software to update, or the update content of Visual Studio itself. In Visual Studio 2015, we have added a new notification item, which allows you to know the information about the recent Visual Studio crash. Due to the increasing content of the notification center, we have simplified the operation interface, these notification items will be properly classified and displayed, and the title and description will only have one line of text. If you think a notification is not important, you can choose to ignore it forever so that it is no longer displayed.

Use light tips to quickly find and fix problems, and improve the error list

The light hint (something we use to replace smart tags) can help you identify and fix common program code problems, and in most cases, it will be displayed in real time as you write the program. and will provide several quick action tips and display results.

At the same time, we have also improved the interface of the error list so that you can find all the errors in the solution in the same place, whether at compile time, program code analysis, or any particular error. of course, you can also use filters to focus on certain types of errors to display and correct them, for example, you can set to list only the last built errors. And the new error list improves the order, putting the most serious errors at the top of the list.

For more assistance, you can select an error by pressing F1 or clicking on its Code Link field, which will launch the compiler description provided by Bing technology, which will use all relevant background conditions (such as program language, project type, error message, etc.) to determine the web page content you may need to explain your problem.

Touch operation in the editor

In Visual Studio 2015, you can use touch gestures such as pinch-zoom, scroll, and select.

Release Productivity Power Tools for Visual Studio 2015

After the release of Visual Studio 2015, we are also pleased to announce the release of Productivity Power Tools for Visual Studio 2015, which you can download and install in Visual Studio Gallery now.

In addition to the features of the previous version (2013), this new version also makes the following changes:

Solution Error Visualizer has been updated and combined with the improved error list in Visual Studio 2015 to include advanced filtering; the filtered error list can also be used as a visualization tool.

The functions of Color Printing, Colorized Parameter Help and Organize VB Imports have been built into the Visual Studio 2015 core.

Release Visual Studio 2015 Color and theme Editor

Similarly, we have released a color and theme editor that allows you to customize the color style of the IDE interface, which you can modify from an existing theme, or directly create a new one and share it with your friends!

Move project-related documents to the .vs directory

In UserVoice's opinion response, the idea of storing project information in the .vs directory without affecting the root directory is also supported by many people, so we move some documents such as temporary cache files and build-related documents from the root directory to the root directory in VS2015, which makes the document structure of the project more concise.

Use VS Project System Extensibility Preview to define new project types to create an expansion suite

VS Project System Extensibility Preview allows you to easily extend Visual Studio to support new project types and programming languages, and this article will show you how our ecosystem can benefit from this extension.

Easier to build and share Visual Studio expansion suites

The new project template can easily add functions to the new editor, such as custom commands, or the custom tool Windows, which can be applied directly to the extension suite without using the project creation wizard. All you need to do is use an extension project template and add it to your extension project. Once you have created an expansion suite, you can easily share it: you can quickly share it with other developers through the new version of NuGet API, and we will automatically install it on machines that do not have Visual Studio SDK installed.

The open source extension suite can be shared with the community through GitHub in Visual Studio Gallery.

These are the new features of Visual Studio 2015 RTM. The editor believes that there are some knowledge points that we may see or use in our daily work. I hope you can learn more from this article. For more details, please 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

Internet Technology

Wechat

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

12
Report