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 for Converge360.

comments powered by Disqus

Featured

  • AI for GitHub Collaboration? Maybe Not So Much

    No doubt GitHub Copilot has been a boon for developers, but AI might not be the best tool for collaboration, according to developers weighing in on a recent social media post from the GitHub team.

  • Visual Studio 2022 Getting VS Code 'Command Palette' Equivalent

    As any Visual Studio Code user knows, the editor's command palette is a powerful tool for getting things done quickly, without having to navigate through menus and dialogs. Now, we learn how an equivalent is coming for Microsoft's flagship Visual Studio IDE, invoked by the same familiar Ctrl+Shift+P keyboard shortcut.

  • .NET 9 Preview 3: 'I've Been Waiting 9 Years for This API!'

    Microsoft's third preview of .NET 9 sees a lot of minor tweaks and fixes with no earth-shaking new functionality, but little things can be important to individual developers.

  • Data Anomaly Detection Using a Neural Autoencoder with C#

    Dr. James McCaffrey of Microsoft Research tackles the process of examining a set of source data to find data items that are different in some way from the majority of the source items.

  • What's New for Python, Java in Visual Studio Code

    Microsoft announced March 2024 updates to its Python and Java extensions for Visual Studio Code, the open source-based, cross-platform code editor that has repeatedly been named the No. 1 tool in major development surveys.

Subscribe on YouTube