Showing results for December 2020 - C++ Team Blog

Dec 8, 2020
2
0

Configure IntelliSense with CMake Toolchain Files in Visual Studio 2019 16.9 Preview 2

Erika Sweet
Erika Sweet

Visual Studio can now configure IntelliSense in CMake projects based on the value of CMake variables set by CMake toolchain files. These improvements provide automatic IntelliSense configuration when a CMake toolchain file is used for configuration and build. For example, Visual Studio can now provide IntelliSense for CMake projects using an Androi...

C++
Dec 8, 2020
0
0

Visual Studio Code C++ Extension: ARM and ARM64 support

Julia Reid
Julia Reid

The latest release of the Visual Studio Code C++ extension brings C++ IntelliSense and build support for Windows ARM64, Linux ARM and Linux ARM64 architectures. What’s more, you can download VS Code builds for ARM and ARM64 architectures, meaning you can officially use VS Code and the C++ extension on a Raspberry Pi, Chromebook, Surface Pro X, and ...

C++