laitimes

Visual Studio 2022 is coming soon, with a heavy upgrade to 64-bit applications

author:CSDN program life

Organize | Congratulations

Exhibiting | CSDN(ID:CSDNnews)

Recently, Microsoft announced that it will hold a Visual Studio 2022 conference on November 8, and released the VS2022 Release Candidate (RC) and Preview 5 previews. It is reported that the VS2022 RC version has come with an on-line license for interested developers to experience in production, and some fixes and enhancements have been introduced in Preview 5.

Visual Studio 2022 is coming soon, with a heavy upgrade to 64-bit applications

Microsoft Visual Studio (VS) is a family of development kits from Microsoft Corporation. VS is a basically complete set of development tools that includes most of the tools needed throughout the software lifecycle, such as UML tools, code governance tools, integrated development environments (IDEs), and so on. The object code written applies to all platforms supported by Microsoft. Visual Studio is the most popular integrated development environment for Windows platform applications. According to reports, Visual Studio 2022 is still divided into community version, professional version and enterprise version, of which the community version is free.

If you want to try out the latest features of Visual Studio 2022, you can start with Preview 5. At launch, Preview 5 will be updated to Visual Studio 2022 17.1 Preview 1 and will include the latest features that the team is developing.

As early as April this year, Microsoft announced the visual Studio 2022 related information in the official blog, the following are the specific details.

Visual Studio 2022 is coming soon, with a heavy upgrade to 64-bit applications

Upgrade to 64-bit

Visual Studio 2022 will be a 64-bit application, and there is no minimum 4GB of memory requirement for the main process devenv .exe. In the Windows operating system, with 64-bit Visual Studio, users can open, edit, run, or debug larger, more complex solutions without causing out-of-memory.

While Visual Studio will be upgraded to 64-bit, this will not change the type or bit of applications that users build through Visual Studio. Visual Studio remains a great tool for building 32-bit applications.

Visual Studio 2022 is coming soon, with a heavy upgrade to 64-bit applications

UI updates to reduce complexity

Microsoft has updated the user interface to better maintain the user's flow. With a few subtle changes, the UI becomes modern or less crowded. Added integration with Accessibility Insights and added support for Cascadia Code, a new fixed-width font that improves readability. Make Visual Studio more accessible and provide better usability for everyone.

Visual Studio 2022 is coming soon, with a heavy upgrade to 64-bit applications
Visual Studio 2022 is coming soon, with a heavy upgrade to 64-bit applications

Support for .NET 6

Visual Studio 2022 will be fully supported. NET 6, a unified framework for Web, client, and mobile applications for Windows and Mac developers, and better support for developing Azure applications.

Visual Studio 2022 is coming soon, with a heavy upgrade to 64-bit applications
Visual Studio 2022 is coming soon, with a heavy upgrade to 64-bit applications

Strong support for C++ workloads

Visual Studio 2022 will include strong support for C++ workloads, including new productivity features, C++20 tools, and IntelliSense, and C++ 20 language features will simplify the management of large code bases.

Support for CMake, Linux, and WSL is also integrated, making it easier for users to create, edit, build, and debug cross-platform applications.

In addition to this, Visual Studio 2022 will include:

Supports hot update previews to see changes without restarting the project.

More code prediction

Integrate text chat into Live Share collaboration features;

Support for Git and GitHub;

Improved code search function;

Visual Studio for Mac will migrate to the native macOS UI for better performance and reliability;

Here are the main changes to Visual Studio 2022 Preview 5:

Added Xcode support.

Fixed an issue where panels in the Project Overview page / Diagnostic Tools and Performance Analyzer might be overmagnified when using certain multi-monitor configurations.

Warnings are issued when x13, x14, x23, x24, and d16-d31 are accessible in ARM64EC code.

Improved support for editing with hot overloads in test runs (adding tests, data rows, classes, asynchronous methods, and so on).

Visual Studio 2022 Release Candidate

Visual Studio 2022 Preview 5

In addition to Visual Studio, the most common IDEs on the market are Eclipse, PyCharm, Android Studio, WebStorm, NetBeans, etc., so which IDE do you like to use the most?

Reference Links:

https://devblogs.microsoft.com/visualstudio/join-us-november-8th-for-the-launch-of-visual-studio-2022/

Visual Studio 2022 is coming soon, with a heavy upgrade to 64-bit applications

Read on