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

Apr 25, 2017
Post comments count0
Post likes count0

Visual Studio Code C/C++ extension April 2017 Update

Rong Lu
Rong Lu

Earlier today we shipped the April 2017 update to the C/C++ extension for Visual Studio Code. We are excited to introduce the following new features in this update: The original blog post has been updated with these changes. If you have this extension installed already, Visual Studio Code sends a notification for the update and instal...

AnnouncementVisual Studio Code
Mar 7, 2017
Post comments count0
Post likes count0

Visual Studio Code C/C++ extension March 2017 Update

Rong Lu
Rong Lu

Last week marked an important and exciting milestone for the C/C++ extension for Visual Studio Code: this extension has been installed for over 1 million times since it shipped just a year ago! Thanks to everyone who tried it and provided us invaluable feedback to help shape the extension what it is today. But we are still early in this journey! W...

C++Visual Studio Code
Oct 24, 2016
Post comments count1
Post likes count1

Building your C++ application with Visual Studio Code

Julia Reid
Julia Reid

Did you know that you can build and debug C++ projects in Visual Studio Code with your compiler and debugger of choice? Although VS Code is a light-weight editor, you can set it up to resemble a full IDE, customizing IntelliSense, build, and debug configurations for your environment.  There are two recommended approaches for building a C++ applica...

CMakeVisual Studio CodeWriting Code