Showing results for C++ extension - C++ Team Blog

May 16, 2024
0
0

C++ at VS Code Day 2024

Alexandra Kemper
Alexandra Kemper

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

C++Visual Studio Code
May 9, 2024
0
2

Building your C++ Code with CMake in VS Code

Alexandra Kemper
Alexandra Kemper

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

C++CMakeVisual Studio Code
Apr 18, 2024
0
0

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

Alexandra Kemper
Alexandra Kemper

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

C++Visual Studio Codeperformance
Dec 14, 2021
4
0

Visual Studio Code C++ December 2021 Update: clang-tidy

Julia Reid
Julia Reid

The latest insiders release of the C++ extension is here, bringing clang-tidy support to VS Code! Clang-tidy is a clang-based C++ linter tool that detects common errors in your code, like style violations and bugs that can be deduced via static analysis. Clang-tidy integration was one of our top asks on GitHub, so we’re excited to announce that it’...

C++
Dec 6, 2021
0
0

Makefile Tools December 2021 Update: Problem Matchers and Compilation Database Generation

Julia Reid
Julia Reid

The December 2021 update of the Makefile Tools extension for Visual Studio Code is here, bringing you support for problem matchers (to easily view errors and warnings in the editor), the ability to generate a compile_commands.json file for your project, and a bunch of other enhancements and bug fixes! To find out more about all the enhancements, ch...

C++
Aug 23, 2018
0
0

Visual Studio Code C/C++ extension August 2018 Update

Rong Lu
Rong Lu

Late last week we shipped the August 2018 update  to the C/C++ extension for Visual Studio Code. This update included support for “Just My Code” symbol search, a gcc-x64 option in the intelliSenseMode setting, and many bug fixes. You can find the full list of changes in the release notes. “Just My Code” symbol search Keyboard shortcut Ctrl+T in Vis...

AnnouncementVisual Studio Code
Jul 25, 2018
0
0

Visual Studio Code C/C++ extension July 2018 Update and IntelliSense auto-configuration for CMake

Rong Lu
Rong Lu

Last week we shipped the July 2018 update to the C/C++ extension for Visual Studio Code. In this update we added support for a new experimental API that allows build system extensions to pass IntelliSense configuration information to our extension for powering up full IntelliSense experience. You can find the full list of changes in the July 2018 u...

AnnouncementCMakeVisual Studio Code
Jun 21, 2018
0
0

Visual Studio Code C/C++ extension June 2018 Update

Rong Lu
Rong Lu

Visual Studio Code C/C++ extension June 2018 Update Today we’re very happy to announce the availability of the June 2018 update to the C/C++ extension for Visual Studio Code! In this update, we are continuing our efforts to make IntelliSense configuration easier by auto-detecting compile_commands.json files for IntelliSense, significantly improving...

AnnouncementVisual Studio Code
May 8, 2018
0
0

Visual Studio Code C/C++ extension May 2018 Update – IntelliSense configuration just got so much easier!

Rong Lu
Rong Lu

Visual Studio Code C/C++ extension May 2018 Update – IntelliSense configuration just got so much easier! This morning we shipped the May 2018 update of the C/C++ extension for Visual Studio Code, the most significant update to this extension in its 2-year history! 😊 The team has been working extremely hard for the past month to bring many new featu...

AnnouncementVisual Studio Code