Visual Studio 2022 v17.14 Preview 2 Introduces New GPT-4o Copilot Code Completion Feature

Visual Studio 2022 v17.14 Preview 2 Introduces New GPT-4o Copilot Code Completion Feature

Exciting Enhancements in Visual Studio 2022 v17.14 Preview 2

Microsoft has unveiled the second preview of Visual Studio 2022 version 17.14, introducing significant improvements, particularly through GitHub Copilot. The latest features aim to streamline the development process and enhance productivity for developers. Here’s a closer look at the key updates included in this release:

  • GPT-4o Copilot Code Completion Model: This new model, now in public preview, promises to deliver more reliable and high-quality code completions.
  • AI-Driven Documentation Generation: Developers can now automatically create documentation comments for functions in C++ and C#.
  • Mono Debug Engine for. NET MAUI: A new debugger integrated within Visual Studio Core for enhanced debugging of. NET MAUI applications.
  • Improved LINQ Debugging: A revamped debugging experience featuring clause hovering datatips for better understanding of LINQ expressions.
  • .NET Allocation Tool Enhancements: The tool can now detect zero-length array allocations, aiding in optimization of memory usage.
  • Teams Toolkit Expansion: New project templates for developing agents have been introduced.
  • Theme Personalization: Your font and size preferences will now be retained when changing themes.
  • Availability of UI Tools: Live Preview, Hot Reload, and additional UI resources are now accessible during design time.
  • Updated MSTest Project Template: The template now targets. NET 9 and incorporates Native AOT.
  • Extension Packs Management: The installer has been upgraded to seamlessly handle extension packs during installation.
  • Enhanced SQL Server Data Tools Integration: The SDK-style project file format is now supported, with improved SQL debugging and schema comparison features.

The GPT-4o Copilot model has been trained using data from over 275, 000 public repositories, encompassing 30 programming languages. This extensive training allows developers to receive significantly improved code completion suggestions tailored to their coding practices.

To experience the new code completion feature, navigate to Tools > Options > GitHub > Copilot > Copilot Completions, where you can select the GPT-4o option from the model picker dropdown.

The newly integrated AI documentation generation feature further enhances the user experience by automating the creation of doc comments in C++ and C# projects, allowing developers to focus on the creative aspects of coding rather than mundane documentation tasks.

For additional details about these updates, you can view the full release notes. To download the latest preview build, visit here.

You can view the original announcement and visuals at the following source: Source & Images.

Leave a Reply

Your email address will not be published. Required fields are marked *