Posts by this author

Mar 30, 2023
2
0

Java on Visual Studio Code Update – March 2023

Hi everyone, welcome to our March update! In this blog we will bring you fundamental improvements such as smarter code completion for AWT packages, more smooth experience for running Java programs as well as better Spring Boot integration with Azure Spring Apps. Smarter Code Completion for AWT packages The AWT (Abstract Window Toolkit) package in...

JavaOpen SourceVisual Studio Code
Feb 28, 2023
0
0

Java on Visual Studio Code Update – February 2023

Hi everyone, welcome to our February update! In this blog we will bring you new features related to JUnit 5 parallel testing as well as new filter widget for Spring Boot dashboard. There is also some exciting news from GitHub Copilot, so let's get started. JUnit 5 Parallel Testing Support JUnit 5 is a popular testing framework for Java developers...

JavaOpen SourceVisual Studio Code
Jan 31, 2023
3
0

Java on Visual Studio Code Update – January 2023

Hi everyone, welcome to our first blog post of 2023! There are several exciting updates related to Spring extensions, code editing and performance that we wanted to share with you, so let's get started. New Walkthrough for Spring Extension Pack Walkthrough is a multi-step, wizard-style experience for onboarding users to an extension featuring ric...

Java
Dec 15, 2022
4
2

Java on Visual Studio Code Update – December 2022

Hi everyone, we are near the end of year. Looking back on 2022, there are a few highlights that we wanted to share with you all: Highlights from 2022 Major Visualization Experience Upgrade for Spring Boot Extensions Starting earlier this year, we began to make a series of improvements on Spring Boot dashboard, aiming to increase Spring developer...

JavaOpen SourceVisual Studio Code
Nov 27, 2022
0
1

Two million Java developers on Visual Studio Code! November 2022 Update

Hi everyone, we are excited to share that now there are over two million Java developers on Visual Studio Code, this wouldn't be possible without all the support from the community and our users, so thank you! For November update, we are bringing you new code editing feature such as postfix completion, optimized organize import. In addition, deb...

JavaOpen SourceVisual Studio Code
Oct 21, 2022
2
1

Java on Visual Studio Code Update – October 2022

Hi everyone, welcome to the October update of Visual Studio Code Java. We have brought a lot of improvements in code editing and debugging experience this time, so let's get started! Debugging Experience Enhancements Visual indicator for inline breakpoints Consider a line like this: Stream.of("Frank").map(name -> name.toUpperCase()).forE...

JavaOpen SourceVisual Studio Code
Sep 15, 2022
0
2

Java on Visual Studio Code Update – September 2022

Hi everyone, welcome to the September update of Visual Studio Code Java. We have tons of exciting new features this time, and there are improvements in many areas such as project import, Spring support, remote debugging and unit testing, so let's get started! Protobuf (Protocol Buffer) project support  Protocol Buffers (Protobuf) is a free and op...

JavaOpen SourceVisual Studio Code
Aug 25, 2022
0
0

Java on Visual Studio Code Update – August 2022

Hi everyone, welcome to the August update of Visual Studio Code Java. In this month's update, we have brought more exciting features for Spring as well as improvements for build tools and debugging experience. Let's get started! Spring enhancements Spring enhancements has been one of our top focuses this year. In our latest release, we are excite...

JavaOpen SourceVisual Studio Code
Jul 17, 2022
5
0

Java on Visual Studio Code Update – July 2022

Hi everyone, welcome to the July update of Visual Studio Code Java. We have brought exciting updates on Lombok support as well as a few other fundamental user experience improvements. Let's get started! Lombok Support Lombok is a popular Java library that makes your coding life easier, and we have been consistently hearing from developers that ou...

JavaOpen SourceVisual Studio Code
Jun 23, 2022
2
0

Java on Visual Studio Code Update – June 2022

Hi everyone, welcome to the June update of Visual Studio Code Java. We have a feature-packed edition this time, including some major Spring visualization upgrade for Spring developers, user experience improvements as well as fundamental experience enhancements. Spring Boot Visualization Upgrade We have some good news for Spring developers! Micros...

JavaOpen SourceVisual Studio Code