Showing results for 2018 - Page 3 of 8 - Visual Studio Blog

Oct 15, 2018
Post comments count1
Post likes count0

Microsoft’s Developer Blogs are Getting an Update

Visual Studio Team
Visual Studio Team

Update: Launch is now scheduled for mid-November to ensure you have the best blog experience. We appreciate all of the feedback so far and we look forward to showing what we’ve been working on! In the coming days, we’ll be moving our developer blogs to a new platform with a modern, clean design and powerful features that will make it easy for yo...

Announcement
Oct 10, 2018
Post comments count0
Post likes count0

Simplify extension development with PackageReference and the VSSDK meta package

Mads Kristensen
Mads Kristensen

Visual Studio 2017 version 15.8 made it possible to use the PackageReference syntax to reference NuGet packages in Visual Studio Extensibility (VSIX) projects. This makes it much simpler to reason about NuGet packages and opens the door for having a complete meta package containing the entire VSSDK. Before using PackageReference, here’s what the...

Visual StudioExtensions
Oct 9, 2018
Post comments count0
Post likes count0

Introducing ‘Suggest a Feature’ in Developer Community

John Montgomery
John Montgomery

Customer feedback is a critical input to help us improve Visual Studio. Up until two years ago, the Visual Studio customer feedback system left room for improvement – customers could use the “send a smile” feature in Visual Studio, but this would result in only coarse-grained feedback such as “I like this” or “I don’t like this.” The feedback we go...

Visual StudioAnnouncementVisual Studio for Mac
Oct 5, 2018
Post comments count0
Post likes count1

Visual Studio 2017 and Visual Studio for Mac Support Updates

Paul Chapman
Paul Chapman

As we work to bring you Visual Studio 2019, our team will release the final update to Visual Studio 2017, version 15.9, in the coming months; you can try a preview of version 15.9 here. We’d love your feedback on this release as we finish it up; use Report-a-Problem to submit issues. Following our standard Visual Studio support policy, Visual St...

Visual StudioVisual Studio for Mac
Oct 4, 2018
Post comments count0
Post likes count0

Visual Studio 2017 version 15.9 Preview 3

Angel Zhou
Angel Zhou

Today, we are releasing the third preview of Visual Studio 2017 version 15.9. You can download it here and share your feedback with our engineering teams. This release includes ARM64 support in UWP apps as well as improvements to Xamarin and TypeScript. Continue reading below for an overview the fixes and new features. If you’d like to see the full...

Visual Studio 2017AnnouncementVisual Studio Preview
Sep 26, 2018
Post comments count6
Post likes count0

How to upgrade extensions to support Visual Studio 2019

Mads Kristensen
Mads Kristensen

Recently, I’ve updated over 30 of my extensions to support Visual Studio 2019 (16.0). To make sure they work, I got my hands on a very early internal build of VS 2019 to test with (working on the Visual Studio team has its benefits). This upgrade process is one of the easiest I’ve ever experienced. I wanted to share my steps with you to show jus...

ExtensionsVisual Studio 2019
Sep 26, 2018
Post comments count0
Post likes count2

Getting started writing Visual Studio extensions

Mads Kristensen
Mads Kristensen

I’m often asked how to best learn to build Visual Studio extensions, so here is what I wished someone told me before I got started. Don’t skip the introduction It’s easy to create a new extensibility project in Visual Studio, but unless you understand the basics of how the extensibility system works, then you are setting yourself up for failure. ...

Visual Studio 2017Extensions
Sep 13, 2018
Post comments count0
Post likes count0

How can I pause my code in Visual Studio? Breakpoints FAQ

Leslie Richardson
Leslie Richardson

Have you ever found a bug in your code and wanted to pause code execution to inspect the problem? This blog post showcases the various kinds of breakpoints that can be used to accomplish this task in Visual Studio 2017.

Debugging and DiagnosticsVisual Studio 2017C#
Sep 11, 2018
Post comments count0
Post likes count0

Visual Studio 2017 version 15.9 Preview 2

Angel Zhou
Angel Zhou

Today, we are releasing the second preview of Visual Studio 2017 version 15.9, and it can be downloaded here. This latest preview contains new features and improvements to Universal Windows Platform development, C++ debugging, and export installation settings. Read more in the feature highlight summary below and check out the Visual Studio 2017 ver...

Visual Studio 2017AnnouncementVisual Studio Preview
Aug 30, 2018
Post comments count4
Post likes count0

Improving your productivity in the Visual Studio Editor

Allison Buchholtz-Au
Allison Buchholtz-Au

Over the last few updates to Visual Studio 2017, we’ve been hard at work adding new features to boost your productivity while you’re writing code. Many of these are the result of your direct feedback coming from the UserVoice requests, Developer Community tickets, and direct feedback we’ve encountered while talking to developers like you. We are...

Visual Studio 2017C#Productivity