Visual Studio 2019 Now Available
Written by Kay Ewbank   
Tuesday, 02 April 2019

Visual Studio 2019 and Visual Studio 2019 for Mac are both now generally available. Both versions aim to get developers into their code faster (mainly via a new start window), while the Mac version has a new C# editor. 

Other improvements include increased coding space, improved search, and AI-powered assistance with IntelliCode.

 

intellicode

Visual Studio also has better code navigation and a new document health indicator and one-click code clean-up to apply multiple refactoring rules.

When debugging, you can set data breakpoints that only break on specific value changes. Collaboration improvements include built-in access to Visual Studio Live Share. This lets a team collaborate on the same codebase without the need to synchronize code or to configure the same development tools, settings, or environment.

IntelliCode is another area to have been improved with the use of machine learning to make IntelliCode understand coding context based on a project's existing code. The extension shows you the recommended code completion options at the top of a list of suggestions, marked by stars.
 

The suggestions in IntelliCode are based on an Azure machine learning model trained on over 2,000 GitHub repos, including machine learning frameworks, web frameworks, and general purpose scripting. The machine learning model is complete so the VS add-on that implements it doesn't have to look anything up on GitHub or Azure.

The code editor in Visual studio for Mac has been completely replaced with a new editor built on a shared core with Visual Studio on Windows, and with native macOS UI. This gives Mac developers access to IntelliSense/code-completion and quick fix suggestions. The new editor also has support for bi-directional text, multi-caret, and word wrapping.

 
 
 
intellicode

 

More Information

Visual Studio What's New

Related Articles

Visual Studio 2019 Preview Integrates Live Share 

Visual Studio Roadmap Promises Better Debugger

Visual Studio For Mac Improves Reliability

Visual Studio IntelliCode Infers C# Coding Conventions

Visual Studio For Mac Launched

Visual Studio Java Gets IntelliCode

Visual Studio Python Gets AI-Based IntelliCode

Visual Studio 2019 Will Include IntelliCode

The AI In The IDE - IntelliCode In Visual Studio 

To be informed about new articles on I Programmer, sign up for our weekly newsletter, subscribe to the RSS feed and follow us on Twitter, Facebook or Linkedin.

Banner


Amazon S3 Vectors Or PostgreSQL- Is This The End Of Specialized Vector Stores?
28/08/2025

AWS has turned S3 buckets into Vector stores. This makes it  the first cloud object store with native support to store and query vectors. What are the advantages?



.NET Preview 7 Adds XAML Source Generator
25/08/2025

The latest preview of .NET 10, the platform created from a combination of .NET Framework and .NET Core, has been released. New in this version are a source generator for XAML in .NET MAUI, a [ ... ]


More News

pico book

 

Comments




or email your comment to: comments@i-programmer.info

Last Updated ( Tuesday, 02 April 2019 )