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

Sep 1, 2022
Post comments count9
Post likes count6

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
Post comments count0
Post likes count0

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
Post comments count0
Post likes count0

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
Apr 20, 2021
Post comments count15
Post likes count0

CMake Presets integration in Visual Studio and Visual Studio Code

Erika Sweet
Erika Sweet

CMakePresets.json was released in CMake 3.19 and 3.20 and allows users to specify common configure, build, and test options and share them with others. We have added support for CMakePresets.json in Visual Studio and the CMake Tools extension for Visual Studio Code. You can now invoke CMake with the same CMakePresets.json file in Visual Studio, in ...

C++AnnouncementCMake
Feb 17, 2021
Post comments count3
Post likes count2

Now announcing: Makefile support in Visual Studio Code!

Julia Reid
Julia Reid

We are excited to announce a brand-new extension for building and debugging Makefile projects in Visual Studio Code: Makefile Tools (preview)! The extension is in pilot stages, but we’ve curated a list of over 70 popular opensource Makefile projects that work with Makefile Tools. Give it a try and let us know what you think! Installing the ext...

C++AnnouncementVisual Studio Code
Feb 9, 2021
Post comments count1
Post likes count0

Visual Studio Code C++ Extension: Cross-Compilation IntelliSense Configurations

Julia Reid
Julia Reid

The February 2021 update of the Visual Studio Code C++ extension is now available! This latest release provides support for cross-compilation IntelliSense configurations and over 60 bug fixes! To find out more about all the enhancements, check out our release notes on GitHub. Cross-compilation IntelliSense configurations With this latest release,...

C++AnnouncementVisual Studio Code
Feb 7, 2020
Post comments count0
Post likes count2

Visual Studio Code CMake Tools Extension: Multi-root workspaces and file-based API

Erika Sweet
Erika Sweet

The February 2020 update of the Visual Studio Code CMake Tools extension is now available. This release includes two of the extension’s top feature requests: file-based API support and multi-root workspaces. For a full list of this release’s improvements check out the release notes on GitHub. Multi-root workspace support The latest release of the...

C++CMakeVisual Studio Code
Nov 21, 2019
Post comments count0
Post likes count0

CMake Tools Extension for Visual Studio Code

Erika Sweet
Erika Sweet

Microsoft is now the primary maintainer of the CMake Tools extension for Visual Studio Code. The extension was created and previously maintained by vector-of-bool, who has moved on to other things. Thank you vector-of-bool for all of your hard work getting this extension to where it is today! About the extension The CMake Tools extension provides...

C++AnnouncementCMake
Nov 4, 2019
Post comments count5
Post likes count0

Visual Studio Code C++ extension: Nov 2019 update

Marian Luparu
Marian Luparu

Find All References, Rename Symbol refactoring, support for localization, new navigation breadcrumb controls, and improvements to the Outline view are only a few of the improvements in the November 2019 update of Visual Studio Code C++ extension.

Visual Studio CodeAnnouncementWriting Code