Alexandra Kemper

Product Manager, C++ Team

Post by this author

C++ at VS Code Day 2024

Looking to get caught up on new C++ features released in the last year? Check out the new YouTube video Whatโ€™s New with C++ in VS Code posted for VS Code Day 2024. VS Code Day is an annual event hosted by the VS Code team which lets you elevate your development workflow with the latest and greatest features from Visual Studio Code. Sessions ...

Building your C++ Code with CMake in VS Code

Build systems can help you manage your C++ project as it grows in scope and complexity, whether you are adding new features, dependencies, or cross-platform support. A popular choice in the C++ community is CMake which supports cross-platform development, streamlines build processes and configurations, and has many levels of customization. It ...

VS Code C++ Extension 1.19 Release: 3.6x faster Go To Symbol & 1.5x faster colorization

With our recent 1.19 release, performance was our biggest focus for the C++ Extension in Visual Studio Code. This included features like progressive population of IntelliSense results and faster symbol searching. With these enhancements, you can begin writing C++ code when opening a file quicker than ever before. Additionally, we also added ...

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

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 ...

C++ Extension in VS Code 1.18 Release: Quick Fixes for missing header files, Extract to Function & Moreย 

The 1.18 versionโ€ฏof the C++ Extension in Visual Studio Code has been released. With this version of the extension,โ€ฏwe have added several new features such as:ย ย  ย For the full list of changes, please reference the 1.18 release notes.ย ย  Quick Fixes for missing header filesย  Have you ever written C++ code and ...

C++ Extension in VS Code 1.16 Release: Call Hierarchy & more

The 1.16 version of the C++ Extension in VS Code has now been shipped. With this version of the extension, we are releasing one of our most upvoted GitHub feature requests โ€“ Call Hierarchy. We also added new functionality when creating declarations and definitions that allows you to copy the declaration/definition and specify its placement ...

VS Code C++ Extension January Update: Create Definitions and Declarations

Starting with the 1.13.6 version of the C++ Extension in VS Code, we are happy to share a much requested feature: Auto creation of definitions or declarations for functions! You can now quickly create a declaration in a header file for a function you only have a definition for, or vice versa. These generated definitions and declarations ...