Showing category results for Announcement

Feb 20, 2018
Post comments count0
Post likes count0

Visual Studio Code C/C++ extension Feb 2018 update

Rong Lu
Rong Lu

点这里看中文版 The February 2018 update to the Visual Studio Code C/C++ extension is here! In addition to several bug fixes, this update added colorization for inactive code regions, making it easy to read C and C++ code. You can find the full list of changes in the 0.15.0 release notes. Colorization for inactive regions Inactive code regions that are co...

AnnouncementVisual Studio Code
Feb 6, 2018
Post comments count0
Post likes count0

Vcpkg: introducing installation options with Feature Packages

EricMittelette
EricMittelette

We are happy to announce a new feature for vcpkg in version 0.0.103: Feature Packages. Vcpkg is a package manager to help acquiring and building open source libraries on Windows; vcpkg currently offers over 600 C++ libraries available for VS2017 and VS2015. With Feature Packages you have more control over how you build a library as you can specif...

AnnouncementVcpkgNew Feature
Jan 17, 2018
Post comments count0
Post likes count0

Visual Studio Code C/C++ extension Jan 2018 update

Rong Lu
Rong Lu

点这里看中文版 Today we are shipping the first update of the year to the Visual Studio Code C/C++ extension! This update includes IntelliSense and code navigation performance improvements and a CPU Usage setting for the tag parser to specify the CPU resources to be used. Also, just recently we open-sourced part of the extension on GitHub. IntelliSense an...

AnnouncementVisual Studio Code
Jan 10, 2018
Post comments count0
Post likes count2

C++ Static Analysis Improvements for Visual Studio 2017 15.6 Preview 2

Kyle Reed
Kyle Reed

点这里看中文版 We've made a few changes to the C++ static analysis feature that should make it faster and easier to use. The behavior has changed slightly, and the menus have been moved around a bit, but we think that the new experience is faster and more consistent. Let's take a quick look at the changes. Single File Analysis Developers tend to focus o...

Announcement
Dec 14, 2017
Post comments count0
Post likes count0

Image Watch is now available for Visual Studio 2017

Marian Luparu
Marian Luparu

点这里看中文版 Image Watch is a Visual Studio extension that provides a watch window for viewing in-memory bitmaps when debugging native C++ code. It comes with built-in support for OpenCV image types (e.g. cv::Mat, cv::Mat_<> , etc.). We know that, for many of you, this is an important part of your C++ debugging experience. We have received many...

AnnouncementDiagnostics
Dec 13, 2017
Post comments count1
Post likes count0

Android NDK R15C support goes in-box in Visual Studio 2017 Version 15.6 Preview

Rong Lu
Rong Lu

Visual Studio has provided in-box support for building C++ Android and iOS apps or libraries since VS 2015, enabling cross-platform C++ mobile development with full editing and debugging capabilities all in one single IDE. Just recently, we updated the tools to make it easier for you to work with newer versions of the Android platform. This includ...

AnnouncementMobile
Dec 11, 2017
Post comments count0
Post likes count0

Visual Studio Code C/C++ extension Dec 2017 update – support for more Linux distros

Rong Lu
Rong Lu

Happy holidays! Today we’re shipping the December 2017 update to the Visual Studio Code C/C++ extension – our last major update of this year, with out-of-box support for more Linux distros and built-in guidance on how to configure for a better IntelliSense experience. The original blog post, which provides an overview of this extension, has been up...

AnnouncementVisual Studio Code
Nov 16, 2017
Post comments count1
Post likes count0

Improving the debugging experience for std::function

EricMittelette
EricMittelette

[Update: This functionality is now enabled via the "Just My Code" feature in Visual Studio for any STL types or 3rd-party library types of your choosing. For more details, check out C++ Just My Code Stepping with Visual Studio blogpost] We received a Visual Studio User Voice suggestion to make "StepInto" go directly to user code, skipping past s...

Announcement
Nov 9, 2017
Post comments count0
Post likes count0

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 23, 2017
Post comments count0
Post likes count1

ARM GCC Cross Compilation in Visual Studio

Marc Goodner
Marc Goodner

点这里看中文版 ⏱ Updated on January 10, 2018 to cover addition of debugging support in Visual Studio 2017 15.6 In Visual Studio 2017 15.5 we are introduced support for cross compilation targeting ARM microcontrollers. The 15.6 Preview 2 release adds debugging support. To enable this in the installation choose the Linux development with C++ workload and ...

AnnouncementOpenFolderIoT