Skip to content

Commit 6794f9b

Browse files
committed
add links
1 parent 560522d commit 6794f9b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/overview/what-s-new-for-msvc.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "What's new for MSVC Build Tools"
33
description: "The new features and fixes in the Microsoft C/C++ compiler and tools (MSVC)."
4-
ms.date: 11/05/2025
4+
ms.date: 11/06/2025
55
ms.service: "visual-cpp"
66
ms.subservice: "cpp-lang"
77
ms.custom: intro-whats-new
@@ -47,6 +47,7 @@ MSVC Build Tools version 14.50 preserves binary compatibility with code built wi
4747
- Copilot Chat is smarter with improved context for everyday tasks. Expect better results when searching your codebase and referencing specific lines in your code.
4848
- A **Copilot Actions** option was added to the right-click context menu in the Visual Studio editor. Use it to quickly bring a specific file or lines of code you select to the attention of Copilot Chat. You can then ask Copilot to explain what the code does, make optimizations, generate comments, unit tests, and so on.
4949
- Better AI code completions for C++. GitHub Copilot uses context from relevant files to improve inline autocomplete for C++. GitHub Copilot includes other relevant files as context which reduces hallucinations while offering more relevant and accurate suggestions.
50+
- Read about [New GitHub Copilot capabilities for C++ developers: Upgrade MSVC, improve build performance, and refactor C++ code](https://devblogs.microsoft.com/cppblog/new-github-copilot-capabilities-for-c-developers-upgrade-msvc-improve-build-performance-and-refactor-c-code/).
5051

5152
**Build enhancements**
5253

docs/porting/visual-cpp-porting-and-upgrading-guide.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ ms.author: twhitney
5959
### 🔧 Upgrade & modernize
6060
**Step-by-step guides and tools for upgrading**
6161

62+
- [⬆️ Upgrading C++ Projects to Visual Studio 2026](https://devblogs.microsoft.com/cppblog/upgrading-c-projects-to-visual-studio-2026/)
6263
- [⬆️ Upgrade projects from earlier versions](upgrading-projects-from-earlier-versions-of-visual-cpp.md)
6364
- [🛠️ IDE tools for upgrading C++ code](ide-tools-for-upgrading-code.md)
6465
- [🔄 Upgrade to Universal CRT](upgrade-your-code-to-the-universal-crt.md)

0 commit comments

Comments
 (0)