Showing results for Team and Development - Visual Studio Blog

May 20, 2020
2
0

Keep your IntelliCode completions fresh with our GitHub Action for Team Completions

Caty Caldwell
Caty Caldwell

Introducing the Visual Studio IntelliCode GitHub Action for Team Completions, teams can share and automate code completions easily! Visual Studio IntelliCode automates training a Team Completions model as part of your CI workflow to provide in-line completion suggestions based on your own types in C# and C++.

C#AnnouncementVisual Studio 2019
May 19, 2020
4
0

Expanding Visual Studio 2019 support for Visual Studio Codespaces

Anthony Cangialosi
Anthony Cangialosi

Now more than ever, developers are juggling multiple projects at work and at home. New features, bug fixes, PR reviews, & prototypes all compete for time and attention on limited resources. Visual Studio Codespaces provides hosted development environments that allow you to develop entirely in the cloud.

IntelliCodeC++.NET Core
Apr 9, 2020
1
0

Bring your own machine to Visual Studio Online

Allison Buchholtz-Au
Allison Buchholtz-Au

Today Visual Studio Online provides fully-managed, on-demand, ready-to-code development environments in the cloud, but did you know you can also register your own machines and access them remotely from Visual Studio Code or our web editor? This is a great option for developers that want to cloud-connect an already configured work or home machine fo...

Visual Studio Onlineself-hostedCLI
Nov 18, 2019
6
0

AI-assisted IntelliSense for your team’s codebase

Caty Caldwell
Caty Caldwell

Visual Studio IntelliCode uses machine learning to offer useful, contextually-rich code completion suggestions as you type, allowing you to learn APIs more quickly and code faster. With our latest release, you can easily share IntelliCode team completions and automate updates via an Azure DevOps task.

Visual Studio 2019ProductivityIntelliCode
Nov 6, 2019
6
0

Re-imagining collaboration for Visual Studio with Live Share app casting and contacts

Filisha Shah
Filisha Shah

The power of Visual Studio for desktop and mobile development is unmatched in the industry, and we wanted to ensure that the best in class also had the best collaboration story. Live Share is reimagining this collaboration story by reducing the barriers to collaboration, increasing the fidelity of the collaboration experience while building desktop...

Visual Studio 2019ProductivityLive Share
Nov 4, 2019
14
0

Re-imagining developer productivity with AI-assisted tools

Amanda Silver
Amanda Silver

Harnessing the wisdom of the community, Visual Studio IntelliCode is revolutionizing developer productivity. We started with AI-assisted IntelliSense and are now expanding the application of artificial intelligence to accelerate learning, radically improve development agility, and increase code quality whole line completions and refactoring.

Visual Studio 2019ProductivityVisual Studio Code
Sep 24, 2019
26
0

Tracepoints: Debug with less clutter

Sagar Shetty
Sagar Shetty

Have you ever accidentally shipped a log statement to production? Are you tired of cleaning up log statements while debugging? The tool to solve your problems has been here all along!

Visual StudioDebugging and DiagnosticsProductivity
Sep 9, 2019
43
0

Say hello to the new Visual Studio terminal!

Ruben Rios
Ruben Rios

  Building on the momentum from the recently announced Developer PowerShell, we are excited to share the first preview of the new Visual Studio terminal. This new preview experience is part of Visual Studio version 16.3 Preview 3.   Rather than build everything from scratch, the Visual Studio terminal shares most of its core ...

.NETProductivity.NET Core