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

Nov 9, 2017
0
0

Visual Studio Code C/C++ extension Nov 2017 update – Multi-root workspaces support is here!

Rong Lu
Rong Lu

This week has been very exciting for the Visual Studio Code C/C++ extension! It crossed 4 million downloads earlier this week only 18 months after its first release! Today, we are shipping the November 2017 update, which enables the extension to work with multi-root workspaces seamlessly, making VS Code an even more powerful C/C++ development envir...

AnnouncementVisual Studio Code
Oct 20, 2017
0
0

Visual Studio Code C/C++ extension October 2017 update

Rong Lu
Rong Lu

点这里看中文版 Yesterday we shipped the October 2017 update of the Visual Studio Code C/C++ extension. Following the lightbulb suggestions for IntelliSense include path feature that was shipped last month, we're adding another feature to make IntelliSense setup easier - support for the compile_commands.json file, eliminating the need for manually configu...

AnnouncementVisual Studio Code
Oct 4, 2017
0
0

Visual Studio Code C/C++ extension September 2017 Update – more IntelliSense goodness!

Rong Lu
Rong Lu

The Visual Studio Code C/C++ extension has had over one million downloads in the past two months! We are very happy to see so much interest in the most popular C++ extension for Visual Studio Code. Even more exciting for us last week was the release of the September 2017 update, which brings in many new features to the extension: Ligh...

C++AnnouncementVisual Studio Code
Aug 22, 2017
0
0

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

Rong Lu
Rong Lu

Last week we shipped the August 2017 update to the Visual Studio Code C/C++ extension. Besides several bug fixes, this update includes a new command for resetting the IntelliSense database file and continued improvements to the new compiler-based IntelliSense engine. Thanks to everyone who provided us feedback on the new IntelliSense engine in the ...

AnnouncementVisual Studio Code
Jul 18, 2017
0
0

Visual Studio Code C/C++ extension July 2017 Update – time to try out the new IntelliSense!

Rong Lu
Rong Lu

2 million downloads! This is very exciting for the Visual Studio Code C/C++ extension, considering it was just 4 months ago when we hit the 1 million milestone! Today we are shipping the July 2017 update to the extension. Besides several bug fixes, we are continuing to polish the new IntelliSense experience that we shipped last month. This new exp...

AnnouncementVisual Studio Code
Jun 27, 2017
0
0

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

Greazer
Greazer

Today we are excited to announce the release of the June 2017 update of the C/C++ extension for Visual Studio Code. This update enables semantic-aware member list auto-completion and improves the overall default IntelliSense behavior, providing a smoother out-of-box IntelliSense experience. If you haven't tried it before, download VS Code (Stable ...

C++AnnouncementVisual Studio Code
May 19, 2017
0
0

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

Rong Lu
Rong Lu

Earlier this month, the C/C++ extension for Visual Studio Code hit another exciting milestone – it has been installed over 1.5 million times since it first shipped in March last year! Thanks to everyone who has sent us feedback to help us make it this far. We will continue to make improvements to the extension based on your feedback. Today we ar...

AnnouncementVisual Studio Code
Apr 25, 2017
0
0

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

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

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