Skip to content

Commit a8f31fd

Browse files
committed
acrolinx
1 parent 057eae9 commit a8f31fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/overview/what-s-new-for-visual-cpp-in-visual-studio.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ A quick highlight of some of the new features:
4040
The dropdown for the Model Picker is open. The options include: GPT-4o, o3-mini, Claude 3.7 Sonnet Thinking, and others.
4141
:::image-end:::
4242
- Unreal Engine integration improvements:
43-
- Blueprints are supported in the Visual Studio C++ debugger.
43+
- The Visual Studio C++ debugger now supports blueprints.
4444
- Commands for building files, modules, and plugins are available natively in Visual Studio.
4545
- 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.
4646
- 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.
4747
When you hover over a referenced CMake module, IntelliSense can provide more information on the selected module:
4848
:::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.
5050
:::image-end:::
5151

5252
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:
125125
- **GitHub Copilot**
126126

127127
- 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.
129129
- You can now request a code review from GitHub Copilot from the Git Changes window:
130130
:::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.":::
131131
The Git Changes window is open with the GitHub Copilot Review button highlighted.

0 commit comments

Comments
 (0)