8000 Merge pull request #5912 from MicrosoftDocs/main · MicrosoftDocs/cpp-docs@d7ca279 · GitHub
[go: up one dir, main page]

Skip to content

Commit d7ca279

Browse files
authored
Merge pull request #5912 from MicrosoftDocs/main
05/14/2025 AM Publish
2 parents 0e69878 + 727e1d7 commit d7ca279

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

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

+4-5
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,15 @@ 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-
- The Visual Studio C++ debugger now supports blueprints.
43+
- The Visual Studio C++ debugger now supports Unreal Engine Blueprints.
4444
- Commands for building files, modules, and plugins are available natively in Visual Studio.
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-
- 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-
When you hover over a referenced CMake module, IntelliSense can provide more information on the selected module:
45+
- New compiler flag [/forceInterlockedFunctions](../build/reference/force-interlocked-functions.md) dynamically selects between Armv8.0 load, store exclusive instructions or Armv8.1 Large System Extension (LSE) atomic instructions based on CPU capability at runtime.
46+
- Added support for IntelliSense-based completions and quick info for CMake modules in Visual Studio. You can view all available CMake modules and when you hover over a referenced CMake module, IntelliSense provides more info about the selected module:
4847
:::image type="complex" source="./media/cmake-module-intellisense.png" alt-text="A screenshot of intellisense explaining C Make Print Helpers.":::
4948
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.
5049
:::image-end:::
5150

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:
51+
When you start typing a CMake module name in your `CMakeLists.txt` or other CMake script files, IntelliSense provides a list of available modules to choose from:
5352
:::image type="complex" source="./media/cmake-intellisense.png" alt-text="A screenshot of intellisense for a include statement.":::
5453
The screenshot is of an edit in the C Make Lists .txt file. The cursor is on include ( C Make. The Intellisense dropdown contains entries for C Make Add Fortran Subdirectory, C Make Dependent Option, and more.
5554
:::image-end:::

0 commit comments

Comments
 (0)
0