Showing category results for Open Source

Jun 1, 2020
Post comments count0
Post likes count0

Java on Visual Studio Code Update – May 2020

Yaojin Yang

Welcome back to the May update of Java on Visual Studio Code. Your satisfaction continuously motivates us delivering the best product for you. Therefore, whatever it is a new feature or an enhancement, we hope you like it. In this update, we will show enhancements on Java side that make the product more friendly and also answer a frequently aske...

JavaOpen SourceVisual Studio Code
Apr 30, 2020
Post comments count1
Post likes count0

Java on Visual Studio Code Update – April 2020

Xiaokai He

Java on VS Code April update will show you the effect of latest performance improvements, new Java 14 support and semantic highlighting. Also including how to easily create new Java class, perform rename refactoring from file explorer and preview the proposed changes.

JavaOpen SourceVisual Studio Code
Jan 29, 2020
Post comments count0
Post likes count0

What’s New in Azure Spring Cloud – January Update

Kylie Liang

Explore the newest features on diagnostics and guidance for CI/CD of Azure Spring Cloud, a fully managed service jointly built and operated by Microsoft and Pivotal. 

JavaOpen SourceCloud
Nov 4, 2019
Post comments count0
Post likes count0

Java At Microsoft: From OpenJDK to Azure Spring Cloud

Bruno Borges

It’s been a fantastic year for Java developers. With the increased number of companies supporting the Java platform and providing distributions of OpenJDK, makes the Java ecosystem even stronger and enables customers to further their investments into Java applications. More recently Microsoft acquired jClarity to help form the Java Platform team...

CloudOpen Source
Oct 29, 2019
Post comments count0
Post likes count0

AOT Compilation in HotSpot: Introduction

Ludovic Henry

Introduce the AOT Compiler that was introduced in Java 9 with the addition of the jaotc command-line utility. Explore some of the tradeoffs it needs to take, how the generated code fits in the Tiered Compilation pipeline, go through a simple example, and take a look at some alternatives (JIT at Startup, JIT caching, and Distributed JIT).

Open SourceCloudDesktop
Sep 16, 2019
Post comments count0
Post likes count0

Java on Visual Studio Code September Update

Xiaokai He

September update for Java on Visual Studio Code. Including move refactoring, more code actions, live linting, new getting started experience and more updates for debugger and test runner extensions.

Open SourceVisual Studio Code
Jul 22, 2019
Post comments count0
Post likes count0

Java on Visual Studio Code July Update

Xiaokai He

Welcome to the July update of Java on Visual Studio Code! In this update, we’d like to share a couple new refactoring features, semantic selection as well as some other enhancements we delivered during last few weeks. Refactoring Trigger after After performing refactoring, more often than not, we would like to assign the result with a mean...

Open SourceVisual Studio Code
May 1, 2019
Post comments count0
Post likes count0

Java on Visual Studio Code April Update

Xiaokai He

Welcome to April update! Java 12 is now officially supported with Visual Studio Code. We'd also like to show you some new and helpful code actions now available, along with new features from Debugger, Maven and CheckStyle. Try these new features by installing Java Extension Pack with Visual Studio Code. See below for more details! Java 12 Suppo...

Open SourceVisual Studio Code
Feb 26, 2019
Post comments count0
Post likes count0

Dependency Autocompletion, Performance Improvements and More for Java on Visual Studio Code

Xiaokai He

Welcome to February update of Java on Visual Studio Code! We'd like to share a few new improvements to further enhance your productivity, including Try these new features by installing Java Extension Pack with Visual Studio Code. See below for more details! Managing your Maven Dependencies Easily Editing p...

Open SourceVisual Studio Code
Dec 1, 2017
Post comments count0
Post likes count0

Announcing JUnit Support for Visual Studio Code

Xiaokai He

Today, we’re pleased to release a new extension to our Visual Studio Code Java extension family - Test Runner/Debugger for Java. It’s a lightweight test runner/debugger with below features we hope you will like. Same as the Debugger for Java, this is also an open source project. Please check out the github page https://github.com/Mi...

Open SourceCloud