Showing results for Java - Microsoft for Java Developers

Jun 1, 2020
Post comments count0
Post likes count0

Java on Visual Studio Code Update – May 2020

Yaojin Yang
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
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
Mar 19, 2020
Post comments count4
Post likes count0

Java on Visual Studio Code Update – March 2020

Xiaokai He
Xiaokai He

In this update, we will show you the performance improvements just released as well as currently under development. You will see Syntax Mode, the newly polished experience for standalone Java files. We'd also like to introduce you to the newly released SonarLint extension which helps you detect code quality and security issues on the fly.

Java
Feb 19, 2020
Post comments count0
Post likes count0

Java on Visual Studio Code Update – February 2020

Xiaokai He
Xiaokai He

In this update for Java on VS Code, we will show you the new ways to manage your dependencies and configure your multiple JDK. We will also show you the additional tools you can use with popular frameworks and runtimes such as Spring Boot and Quarkus. There're also a few new code actions and improvements to checkout.

Java
Jan 29, 2020
Post comments count0
Post likes count0

What’s New in Azure Spring Cloud – January Update

Kylie Liang
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
Jan 6, 2020
Post comments count0
Post likes count0

Java on Visual Studio Code Update – January 2020

Xiaokai He
Xiaokai He

In this update for Java on VS Code, we're introducing the long-waited "Call Hierarchy" support along with some Visual Studio Code UI updates which will benefit Java developers a lot. At the same time, new features are also introduced to Debugger and Test Runner. We will also share some other improvements including performance in this post.

Java
Nov 15, 2019
Post comments count1
Post likes count0

Java on Visual Studio Code November Update

Xiaokai He
Xiaokai He

Welcome to the November update of Java on Visual Studio Code. In this update, we'd like to share some improvements we've made for code editing experience, more code actions, Java 13 support for Gradle projects and new features in Test Runner and Checkstyle extensions. 

Java
Oct 29, 2019
Post comments count0
Post likes count0

AOT Compilation in HotSpot: Introduction

Ludovic Henry
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