You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/overview/what-s-new-for-visual-cpp-in-visual-studio.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,13 +40,13 @@ A quick highlight of some of the new features:
40
40
The dropdown for the Model Picker is open. The options include: GPT-4o, o3-mini, Claude 3.7 Sonnet Thinking, and others.
41
41
:::image-end:::
42
42
- Unreal Engine integration improvements:
43
-
-Blueprints are supported in the Visual Studio C++ debugger.
43
+
-The Visual Studio C++ debugger now supports blueprints.
44
44
- Commands for building files, modules, and plugins are available natively in Visual Studio.
45
45
- New compiler flag [/forceInterlockedFunctions](../build/reference/force-interlocked-functions.md) to dynamically select between Armv8.0 load, store exclusive instructions or Armv8.1 Large System Extension (LSE) atomic instructions based on CPU capability at runtime.
46
46
- Added support for IntelliSense-based completions and quick info for CMake modules in Visual Studio. Now, you can view all available CMake modules and learn more, directly from the Visual Studio editor.
47
47
When you hover over a referenced CMake module, IntelliSense can provide more information on the selected module:
48
48
:::image type="complex" source="./media/cmake-module-intellisense.png" alt-text="A screenshot of intellisense explaining C Make Print Helpers.":::
49
-
The screenshot is of an edit in the C Make Lists .txt file. The cursor is on include ( CMakePrintHelpers ). Intellisense says: Convenience functions for printing properties and variables, useful e.g. for debugging.
49
+
The screenshot is of an edit in the C Make Lists .txt file. The cursor is on include ( CMakePrintHelpers ). Intellisense says: Convenience functions for printing properties and variables, useful for debugging.
50
50
:::image-end:::
51
51
52
52
When you start typing a CMake module in your `CMakeLists.txt` or other CMake script files, IntelliSense provides a list of available modules to choose from:
@@ -125,7 +125,7 @@ A quick highlight of some new features:
125
125
-**GitHub Copilot**
126
126
127
127
- GitHub Copilot Free is now available. Get 2,000 code completions and 50 chat requests per month at no cost.
128
-
- GitHub Copilot code completions provide autocomplete suggestions inline as you code. To enhance the experience of C++ developers, GitHub Copilot includes other relevant files as context. This reduces hallucinations while offering more relevant and accurate suggestions.
128
+
- GitHub Copilot code completions provide autocomplete suggestions inline as you code. To enhance the experience of C++ developers, GitHub Copilot includes other relevant files as context. This reduces errors while offering more relevant and accurate suggestions.
129
129
- You can now request a code review from GitHub Copilot from the Git Changes window:
130
130
:::image type="complex" source="./media/vs2022-copilot-git-changes-review.png" alt-text="A screenshot of the Git Changes window with the GitHub Copilot Review button highlighted.":::
131
131
The Git Changes window is open with the GitHub Copilot Review button highlighted.
0 commit comments