January 11th, 2021
0 reactions

Java on Visual Studio Code Update – December 2020

Senior Program Manager

Welcome to the December edition of Visual Studio Code update for Java. December is the month for refreshing. When this blog was published, we are already in 2021, so firstly, Happy New Year to everyone. In this edition, besides sharing the latest enhancements made in December, we would like to invite you for a quick poll, which will take less than 2 minutes, but is valuable for us to learn what will make VS Code a better tool for you in 2021. Let’s start.

Enhancements

In July blog, we first-time introduced JAVA PROJECTS explorer (a.k.a., project view), which provides a single entry point for you to access all project management related functions. Since that, we have been continuously enhancing the explorer. There is no exception for December.

Run

Now, you can run your application directly from JAVA PROJECT explorer. Before trying, please make sure you install the latest version of Debugger for Java extension.

Image run

Update project

‘Update Project’ is a function you may use, when Maven or Gradle dependencies are modified or you want to simply keep your project updated. Previously, to invoke the function, you have to use VS Code file explorer. Now, the function is also available through JAVA PROJECTS explorer by right-clicking project node.