News

Visual Studio 2019 16.3 Preview 3 Focuses on F#, Features Experimental Terminal

You have to manually enable it, but an early look at a new Terminal is available in the third preview of Visual Studio 2019 16.3, along with many F# enhancements, IntelliCode improvements and much more.

The experimental Visual Studio Terminal is only available in preview releases and in Preview 3 must be enabled by the menu commands: Tools > Options > Preview Features. After that, the Terminal can be found under the View menu or via VS search.

Preview 3 also includes a bunch of goodies for F# developers, including support for F# 4.7 -- a minor language release -- and many tooling improvements. "This release was focused primarily on enabling F# 4.7 and underlying infrastructural changes that allow us to deliver preview of F# language functionality more effectively," Microsoft said.

Preview 3 also supports F# nameof expression and opening of static classes. Also included in the update are many bug fixes and improvements to the F# compiler.

F# tools also get a boost, with improvements ranging from better record formatting to tooltip property tweaks.

For IntelliCode:

  • The C++ base model has been turned on by default. Developers can change that setting by going to Tools > Options > IntelliCode.
  • Microsoft included Repeated Edits for C#, which analyzes local edits for repeatable changes and determines other places you may need this change within the same file. Suggested repeated edits will appear in the Error List and as warnings within the code file.

In the JavaScript/TypeScript space:

  • There is now editor support for TypeScript 3.6.
  • Visual Studio will now refresh the project more responsively when a coder changes or edits the tsconfig.json file.

Many bugs -- or "developer community issues" -- were also fixed, ranging from a problem with command Tab order in design mode to hangs that were experienced in VS 16.2 when a dialog was opened for editing.

For more detailed information, see the release notes.

Even though it's in preview, Microsoft is advising developers that VS 2019 16.3 be used to try out the production-ready .NET Core 3.0, which just hit Preview 9, the last preview in advance of general availability set for later this month.

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • Get Started Using .NET Aspire with SQL Server & Azure SQL Database

    Microsoft experts are making the rounds educating developers about the company's new, opinionated, cloud-ready stack for building observable, production ready, distributed, cloud-native applications with .NET.

  • Microsoft Revamps Fledgling AutoGen Framework for Agentic AI

    Only at v0.4, Microsoft's AutoGen framework for agentic AI -- the hottest new trend in AI development -- has already undergone a complete revamp, going to an asynchronous, event-driven architecture.

  • IDE Irony: Coding Errors Cause 'Critical' Vulnerability in Visual Studio

    In a larger-than-normal Patch Tuesday, Microsoft warned of a "critical" vulnerability in Visual Studio that should be fixed immediately if automatic patching isn't enabled, ironically caused by coding errors.

  • Building Blazor Applications

    A trio of Blazor experts will conduct a full-day workshop for devs to learn everything about the tech a a March developer conference in Las Vegas keynoted by Microsoft execs and featuring many Microsoft devs.

  • Gradient Boosting Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the gradient boosting regression technique, where the goal is to predict a single numeric value. Compared to existing library implementations of gradient boosting regression, a from-scratch implementation allows much easier customization and integration with other .NET systems.

Subscribe on YouTube