The integration of AI-assisted IntelliSense (Intellicode) was a major feature in this release. By training on open-source GitHub repositories, the IDE can predict the most likely API call a developer needs, significantly increasing coding speed in verbose languages like C++.
Set environment manually:
// Parallel sort (C++17) std::sort(std::execution::par, data.begin(), data.end()); visual c++ 2019