How can I pause my code in Visual Studio? Breakpoints FAQ
Have you ever found a bug in your code and wanted to pause code execution to inspect the problem? If you are a developer, there’s a strong chance you have experienced or will experience this issue...
View ArticleGetting started writing Visual Studio extensions
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...
View ArticleHow to upgrade extensions to support Visual Studio 2019
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...
View ArticleVisual Studio 2017 version 15.9 Preview 3
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...
View ArticleVisual Studio 2017 and Visual Studio for Mac Support Updates
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...
View ArticleIntroducing ‘Suggest a Feature’ in Developer Community
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...
View ArticleSimplify extension development with PackageReference and the VSSDK meta package
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...
View ArticleMicrosoft’s Developer Blogs are Getting an Update
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 you to discover and share great content. This...
View ArticleWhat’s Next for Visual Studio for Mac
Since it was released a little more than a year ago, Visual Studio 2017 for Mac has grown from being an IDE primarily focused on mobile application development using Xamarin to one that includes...
View ArticleVisual Studio Roadmap Updates and Visual Studio 2019 Information
Yesterday, we covered What’s next for Visual Studio for Mac, and today we’ve updated our Visual Studio Roadmap so you can see the latest news about what we’re working on. We’re particularly excited to...
View ArticleA preview of UX and UI changes in Visual Studio 2019
Over the years, we’ve learned that sharing the evolution of Visual Studio, with you – our users – early and often helps us to deliver the best possible experience for our community. We’re excited to...
View ArticleAI-assisted coding comes to Java with Visual Studio IntelliCode
Visual Studio IntelliCode is a set of AI-assisted capabilities that aims to improve developer productivity with features like AI-assisted IntelliSense and statement completion, code formatting, and...
View ArticleQ# Advent Calendar 2018
The F# and C# communities have blogging events called Advent Calendars (F#, C#), in which every day in December one awesome community member publishes a blog post about the language. I think it’s an...
View ArticleWhy do we need Q#?
You may be familiar with the Microsoft Quantum blog, which shares general news about our quantum computing program and about quantum computing in general. This blog is its developer- and...
View ArticleLearn Quantum Computing with the Quantum Katas
I started to learn quantum computing when I joined Microsoft Quantum team less then two years ago. Before that the most exposure I had to the topic was a course on quantum mechanics back in the...
View ArticleVisual Studio 2017 version 15.9 now available
Today, we are releasing Visual Studio 2017 version 15.9. The easiest way to update is directly from within Visual Studio 2017 by selecting Help>Check for Updates or select “Update” from the Visual...
View ArticleThe Latest in Visual Studio 2017 for Mac – Version 7.7
Today, we are happy to share with you the next update to Visual Studio for Mac 2017. Version 7.7 incorporates much of your great feedback and is aimed at improving the core development experience for...
View ArticleQubits in Q#
How should qubits be represented in a quantum programming language? In the quantum circuit model, a quantum computation is represented as a sequence of operations, sometimes known as gates, applied to...
View ArticleMaking every developer more productive with Visual Studio 2019
Today, in the Microsoft Connect(); 2018 keynote, Scott Guthrie announced the availability of Visual Studio 2019 Preview 1. This is the first preview of the next major version of Visual Studio. In this...
View ArticleVisual Studio IntelliCode supports more languages and learns from your code
At Build 2018, we announced Visual Studio IntelliCode, a set of AI-assisted capabilities that improve developer productivity. IntelliCode includes features like contextual IntelliSense code completion...
View Article