News

TypeScript 4.7 GA, Visual Studio on Arm64, Azure Deployment Environments, More

It was a big week for Microsoft-centric development news, including TypeScript 4.7 reaching General Availability, Visual Studio for Arm64 coming soon, Azure Deployment environments and more. Here's a look at what's new.

TypeScript 4.7
New features (with links for more info) as listed by Microsoft include:

Visual Studio on Arm64
The next Visual Studio preview will run natively on Arm64 Windows 11, Microsoft announced at this week's Build developer conference. Developers using the preview will be able to build and debug Arm64 apps directly on Arm-based devices.

"We have been steadily building momentum to support our Arm64 developer community, which includes hardware, toolchain, and of course, Visual Studio," Microsoft said. "The Arm64 Visual Studio preview will be publicly available for everyone in the next few weeks."

Azure Deployment Environments
This is a new cloud service that helps developers quickly spin up app infrastructure using infrastructure-as-code templates in order to minimize set-up time while maximizing security, compliance and cost efficiency.

Azure Deployment Environments
[Click on image for larger view.] Azure Deployment Environments (source: Microsoft).

"You can pick from a catalog of curated templates and deploy them directly from where they live -- local CLI or custom developer portal," Microsoft said. "These templates allow developers to focus on coding and testing their application instead of dealing with the intricacies of provisioning the environment. Additionally, Deployment Environments enables dev infra teams to maintain consistency across teams, centralized common configurations and increase security."

Developers can apply to partake in a private preview, with a public preview expected in the next few months.

And More!
Here are links for yet more recent announcements:

  • Java on Visual Studio Code update: New features include:
    • Signature Help improvements -- Tweaks for Signature Help, which shows the signature of a method in a tooltip when a developer types the parameter list start character (typically an opening parenthesis), include the ability for Signature Help to be triggered automatically, along with two new settings that control whether the Signature Help needs to triggered automatically, and whether the detailed method description needs to show automatically, such that both the signature and detailed documentation of the method will be displayed.
    • Control insert/replace mode for code completion -- This ensures that Java code completion suggestions that are accepted can be overwritten or inserted. That didn't always work every time before because the functionality was dependent upon Language Server Protocol (LSP) support. Now it fully works on all of the team's Java extensions. "In addition, you can use Shift key to switch between two modes on the fly!"
    • Grade improvements -- These include: the ability to pin favorite tasks; a bug fix for the reported issue in which searches for a task in a multi-level project duplicated the task indefinitely; and a bug fix for garbled Chinese characters.
  • Windows Terminal Preview 1.14 release: While this primarily features bug fixes and tweaks to improve quality, it does include an experimental feature provided by a contributor that lets users split panes over one background image instead of individual background images for each pane. It also migrates the Windows Terminal to v1.13, which was announced in February and includes features such as:
    • Updated settings UI design
    • Auto-elevate profiles
    • New rendering engine
    • Customizable bell sound
    • New actions
  • PyTorch-DirectML: Preview Release 3: This is a hardware-accelerated backend for training PyTorch models on any DirectX12 GPU on Windows and the Windows Subsystem for Linux (WSL). See more here.

About the Author

David Ramel is an editor and writer for Converge360.

comments powered by Disqus

Featured

  • Creating Reactive Applications in .NET

    In modern applications, data is being retrieved in asynchronous, real-time streams, as traditional pull requests where the clients asks for data from the server are becoming a thing of the past.

  • AI for GitHub Collaboration? Maybe Not So Much

    No doubt GitHub Copilot has been a boon for developers, but AI might not be the best tool for collaboration, according to developers weighing in on a recent social media post from the GitHub team.

  • Visual Studio 2022 Getting VS Code 'Command Palette' Equivalent

    As any Visual Studio Code user knows, the editor's command palette is a powerful tool for getting things done quickly, without having to navigate through menus and dialogs. Now, we learn how an equivalent is coming for Microsoft's flagship Visual Studio IDE, invoked by the same familiar Ctrl+Shift+P keyboard shortcut.

  • .NET 9 Preview 3: 'I've Been Waiting 9 Years for This API!'

    Microsoft's third preview of .NET 9 sees a lot of minor tweaks and fixes with no earth-shaking new functionality, but little things can be important to individual developers.

  • Data Anomaly Detection Using a Neural Autoencoder with C#

    Dr. James McCaffrey of Microsoft Research tackles the process of examining a set of source data to find data items that are different in some way from the majority of the source items.

Subscribe on YouTube