Some articles I have found on the net and enjoyed reading. Below is a synopsis, the full article can be found in the link below the article.

Articles


What's Coming in VS 2022 v17.7 for Productivity

With Visual Studio v17.6 becoming generally available recently, Microsoft provided a peek at what's coming up in the next iteration, VS 2022 v17. That peek came in an announcement of v17.7 Preview 1 and the accompanying release notes. Those sources reveal the following highlights across productivity, .NET and cloud development; and C++ and game development:

Productivity

  • Multi-branch Graph & Git repository improvements: A multi-branch graph visualization lets devs see and compare multiple branches in the Git Repo window and perform cross-branch operations. "The power of Git really comes alive when you can see multiple branches at the same time to understand how the branches are related and inform operations," Microsoft said.
  • Comparing files: In response to significant developer feedback, developers can now compare files in Solution Explorer.
  • Copy and trim indentation: Visual Studio now automatically fixes indentation for developers who copy code from Visual Studio and paste it in another program.
  • All-in-One search enhancements: The team addressed known accuracy and performance issues so:
  • Exact matches are now prioritized higher in the results list.
  • Exact file name matches
  • Prioritizing file name over path
  • The results list now accurately updates as you type.



Articles Reviews