News

Microsoft Ships Visual Studio 2022 17.5, Touting AI-Powered Intent-Based Suggestions

With AI all the rage these days in the development space and elsewhere, Microsoft touted new machine-learning-powered intent-based suggestions in this week's release of Visual Studio 2022 17.5.

That new feature adds functionality similar to that provided by built-in IntelliSense and its AI-assisted cousin, IntelliCode, not to mention the Copilot extension from Microsoft-owned GitHub, which is powered by a cutting-edge machine learning model optimized for coding.

"Intent-based suggestions is a new feature that provides in-line suggestions in your editor based on your recent changes," Microsoft's Anthony Cangialosi said in announcing the new release. "The feature uses machine learning algorithms to understand the structure of repeated edits you're trying to make to your code and suggest the change right in your flow, helping you code faster and more accurately."

Released Tuesday, Feb. 21, along with the first preview of .NET 8, VS 2022 v17.5 also improves on another big feature, all-in-one search. Those features, along with debug visualizer tweaks, are IDE productivity/performance enhancements meant to help developers with code navigation and understanding.

All-in-one search was first previewed last year in Visual Studio 2022 17.2 as a new searching experience for finding symbols in code, IDE features, files and more. In this week's release, it has been upgraded.

All-In-One Search in Animated Action
[Click on image for larger,animated GIF view.] All-In-One Search in Animated Action (source: Microsoft).

"All-in-one-search provides users with a quick and easy way to find Visual Studio files, types, and members in your code," Cangialosi said. "We've made significant improvements to the ordering and relevancy of results in our code search while removing the results limit without compromising on speed.

"Code search now has a Preview Panel that supports code results for both C# and C++! The preview will automatically show when you perform a search so you can see the context of the selected result. You can change the panel orientation or toggle it on/off by selecting the panel icons at the top right of the window."

The other productivity/performance enhancement, to debugger text visualizers, sees additional tooling and string manipulation options for more easily using URL Encode and Decode and Base64 Encode and Decode JWT. Also, the text visualizer window will fit the look and feel of a developer's IDE setup, which is called "full themeing.

Microsoft also highlighted other productivity improvements including faster .NET builds and debugger features and an improved Razor and C# experience.

While all of the above are meant to improve developer productivity, the release announcement also details:

Other new functionality, the self-explanatory "always update on close," was the subject of it's very own blog post.

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube