Showing results for 2018 - Visual Studio Blog

Dec 20, 2018
9
0

Build Visual Studio extensions using Visual Studio extensions

Mads Kristensen
Mads Kristensen

What if the community of extension authors banded together to add powerful features to Visual Studio that made it easier to create extensions? That’s the idea behind Extensibility Essentials – an extension pack that ships community-recommended extensions for extension authors.

ExtensionsTips and Tricks
Dec 13, 2018
7
0

Get to code: How we designed the new Visual Studio start window

Cathy Sullivan
Cathy Sullivan

A month ago, we shared a sneak peek of the experienc, the blog post A preview of UX and UI changes, and mentioned the research and observation that we used as input into the design and development. This is the story about how we got there.

Visual Studio 2019Customer Development
Dec 12, 2018
5
0

New Azure DevOps Work Item Experience in Visual Studio 2019

Dan Hellem
Dan Hellem

In previous versions of Visual Studio, the work item experience was centered around queries, which need to be created and managed to find the right work items. In Visual Studio 2019, we have removed queries and added a new view for work items centered at the developer. This allows the developer to quickly find the work they need and associate them to their pending changes. Removing the need for queries.

AnnouncementProductivityAzure DevOps
Dec 11, 2018
2
0

New Benefits in Visual Studio Subscriptions

Lan Kaim
Lan Kaim

With CAST Highlight, Visual Studio Enterprise subscribers can rapidly scan their application source code to identify the cloud readiness of their applications for migration to Microsoft Azure and monitor progress of their app both during and after a migration. Visual Studio Enterprise subscribers are eligible for two 90-day free licenses to the full-featured CloudPilot, while Visual Studio Professional subscribers can take advantage of one 30-day license to scan apps and databases of millions of lines of code in minutes.

Visual Studio SubscriptionsVisual Studio EnterpriseCAST
Dec 7, 2018
1
0

New Preview label for Visual Studio extensions

Mads Kristensen
Mads Kristensen

Visual Studio extensions can now be marked with a Preview label which is shown very clearly on the Visual Studio Marketplace. This gives your customers clear expectations that this version could contain issues as you are actively developing new features. Learn how to enable the Preview label here.

Visual Studio 2017ExtensionsVisual Studio 2019
Dec 6, 2018
0
0

Visual Studio Live Share for real-time code reviews and interactive education

Jon Chu
Jon Chu

Collaborating with your team using Visual Studio Live Share keeps getting easier! Since making Live Share available for the public use at BUILD last May, we’ve heard so much great feedback from our users, which has helped guide us in continuing to build a tool that truly enables developers to collaborate in all the ways they need from the comfort...

JavaScriptASP.NETC#
Dec 5, 2018
0
0

Visual Studio IntelliCode supports more languages and learns from your code

Mark Wilson-Thomas
Mark Wilson-Thomas

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 recommendations, code formatting, and style rule inference. IntelliCode has just received some major updates that make its context-sensitive AI-...

JavaC#JavaScript
Dec 4, 2018
1
0

Making every developer more productive with Visual Studio 2019

Visual Studio Blog
Visual Studio Blog

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 Preview, we’ve focused on a few key areas, such as making it faster to open and work with projects stored in git repositories, improving ...

AnnouncementVisual Studio for MacVisual Studio 2019
Dec 1, 2018
0
0

Qubits in Q#

Visual Studio Blog
Visual Studio Blog

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 a set of qubits. This leads to pictures such as: In this picture, each horizontal line is a qubit, each box is an operation, and time flows from ...

Q#Quantum