Showing results for Visual Studio Code - C++ Team Blog

Feb 12, 2024
2
5

A Year of C++ Improvements in Visual Studio, VS Code, and vcpkg

Sy Brand
Sy Brand

As we enter the new year, it’s a good time to look back at all the features and improvements we made for C++ developers in our tools in 2023. We’ve made advancements across Visual Studio, Visual Studio Code, our toolchain, and the vcpkg package manager in both performance and functionality. Some particular areas of focus have been ARM64 support, Un...

C++VcpkgVisual Studio Code
Jan 22, 2024
0
0

C++ in VS Code: Getting Started & Configuring IntelliSense

Alexandra Kemper
Alexandra Kemper

Ever wondered how you can configure IntelliSense in the C++ Extension  in Visual Studio Code? Or the easiest way to run your C++ code? With the new features added to the C++ extension, configuring IntelliSense and setting up a project is easier than ever. This includes a “Getting Started with C++” walkthrough, configure IntelliSense indicator, and ...

C++Visual Studio Code
Dec 14, 2023
0
1

What’s New for Makefile Tools in Visual Studio Code Release 0.8: Post-Configure Scripts and more…

Sinem Akinci
Sinem Akinci

The latest version 0.8 of Makefile Tools in Visual Studio Code has shipped and is now available. This release includes two new features: a setting to support adding post-configure scripts and settings to add argument support to parse into your pre- and post-configure scripts. This release also features several bug fixes and improvements, including ...

C++Visual Studio Code
Nov 15, 2023
0
1

Visual Studio Code CMake Tools Extension 1.16 Update: New CMake Tools Sidebar and CMake Debugging options

Sinem Akinci
Sinem Akinci

The November release of the CMake Tools extension in VS Code is now available. With this release, we have two major new updates to the extension:  The full list of updates can be seen in our change log. This release features 10 contributions from the open-source community. Thank you all for your continued support!  Release Schedule Up...

C++CMakeVisual Studio Code
Aug 9, 2023
2
4

Introducing CMake Debugger in VS Code: Debug your CMake Scripts using Open-Source CMake Debugger

Sinem Akinci
Sinem Akinci

The new CMake Debugger that was introduced in Visual Studio is now available in VS Code. Now, you can debug your CMakeLists.txt scripts from VS Code using the CMake Tools Extension. To see the full release notes for this release and what else is included, including bug fixes, please see the release notes. Background The Visual C++ team collaborat...

C++CMakeVisual Studio Code
May 15, 2023
0
1

What’s New for Makefile Tools in VS Code Version 0.7.0 – Variable Expansion and more…

Sinem Akinci
Sinem Akinci

The Makefile Tools team in VS Code has shipped the latest 0.7.0 version of the extension. In this version, we have enabled variable expansion for your Makefile projects in settings, so you no longer need to write plain paths for your Makefiles in the settings.json for the extension and can instead utilize variables that the Makefile extension can d...

C++Visual Studio Code
Apr 27, 2023
0
3

What’s New for CMake Tools 1.14 in VS Code – Test Explorer

Sinem Akinci
Sinem Akinci

The team has been working hard to provide new highly requested capabilities for CMake users. Now, in version 1.14, we have provided a new Test Explorer for using CTest with your CMake projects. This release also features open-source community contributions from users. Thanks for your contributions! Test Explorer One of our most highly-upvoted tic...

C++Visual Studio Code
Sep 1, 2022
9
6

Importing ST projects into Visual Studio Code

Marc Goodner
Marc Goodner

In the world of Arm microcontrollers there are many silicon vendors, one of the largest is STMicroelectronics. ST has a large catalog of available devices with many capabilities as well as supporting development boards for evaluating them. They also produce STM32CubeIDE, a custom IDE to use when targeting their devices, and STM32CubeMX, a configura...

C++VcpkgNew Feature
Jun 15, 2022
0
0

What’s New in CMake for VS Code

Sinem Akinci
Sinem Akinci

The latest version of CMake tools is now available for download in the VS Code Marketplace or using the .vsix file. We have been working hard on improving the CMake experience and are excited to share some new features and improvements for users starting in version 1.11.  ‘CMake’ task provider updates  We have added more options to the build task...

C++CMakeVisual Studio Code
Apr 25, 2022
0
0

Customizing GitHub Codespaces for C++ Projects

Michael Price
Michael Price

A walkthrough for creating a GitHub Codespace, customizing the Codespace development container, and configuring Visual Studio Code for developing in a C++ project such as microsoft/vcpkg-tool.

C++VcpkgVisual Studio Code