Vs15 preview5 offline installation package, vs15preview5
1. Introduction
Vs15 is a new generation of IDE built by Microsoft, a brand new installation method. The official website is as follows (https://blogs.msdn.microsoft.com/visualstudio/2016/10/05/announcing-visual-studio-15-preview-5 ):
According to Microsoft, the highlight of Preview 5 is a significant step forward in terms of performance and memory efficiency, especially when loading some plug-ins, you can watch this video released by Microsoft for comparison. Microsoft said that the faster loading time is improved by the following improvements that have been made. The lightweight project load and On-Demand Loading scaling. Below are some key performance improvements in Preview 5:
-
Short solution loading time and lightweight project Load
-
Faster startup with On-Demand Scaling
-
Move the sub-system from the master VS process to separate the process
-
Faster loading of projects, coding, and debugging for C ++ Projects
-
Use Git to speed up debugging and editing XAML code
Productivity improvement:
Visual Studio "15" also has many features designed to maintain high productivity.
Code editing
Intelliisense filtering is now available in C #, VB, and C ++. When exploring complex APIs, you can narrow the scope to the type you need (such as methods, attributes, or events)
Fast repair and reconstruction
To help you maintain a readable code base and facilitate your development workflow, we have added fast actions and Refactoring for C ++ and Visual Basic.
Code navigation
When you are looking at a huge code library, you will encounter some challenges. Microsoft has added some new navigation functions to help with this operation. "Go" (Ctrl+, OrCtrl+T) Allows you to quickly find files, types, methods, and other types of objects in your code.
Searching for all references (by Shift F12) can now help you read the code, even in complex code Libraries
Debugging
In Preview 5, we have introduced this experiment function: Run to Click. You no longer need to set a temporary breakpoint to jump to and stop to the location of the code you need. When the debugger stops, you only need to click the icon that appears next to the code line. Your code runs and stops when this row is hit for the next time. You can enable this feature here: Debug> Options> enable Run to Click
2. icons and downloads
After a long journey, I finally installed it. For example:
Because the installation is online, an installation error may occur if the network is abnormal. After overnight download, package vs15 preview5. You are welcome to download and install it:
Baidu cloud disk download: http://pan.baidu.com/s/1eS7J1uy (extraction password: 19dz)
360 cloud disk download: not available for the moment because the upload speed is slow.
List of included files (including Resharper and registration code ):
Note: vs extension Library (https://marketplace.visualstudio.com/vs? Utm_source = vsinstaller & utm_campaign = mainright). Some plug-ins are not fully compatible with vs15 preview5.