News

VS Code Tool Supports Java 12, Adds Java Code Actions and Features

Visual Studio Code tooling has been updated with support for Java 12, new code actions, new debugging features, Maven enhancements and more.

Those goodies come with the Java Extension Pack, comprising a number of extensions ranging from Red Hat's language support to Java Test Runner to Visual Studio's AI-assisted IntelliCode among several others.

Available on the Visual Studio Code Marketplace, the extension pack has been installed nearly 1.7 million times.

In the April update to the tool, announced May 1, the dev team announced support for Java 12, which debuted in March.

"Java is now updating with a faster pace and we're following closely," said Xiaokai He in a blog post. "Thanks to the upstream update from JDT [Eclipse Java development tools], you can build your project with Java 12 features now with VS Code as well."

Other new features include: functionality to ease the getting-started process; performance improvements; new code actions to resolve ambiguous imports, generate toString() and more; a tweak to enable the debugger to show the logical structure of lists and maps, instead of the physical layout of the collections, along with several others; and Maven updates including customized commands, showing dependencies in a tree view and more.

Performance improvements include:

  • Improved editing performance when dealing with large amount of source file opened in the editor
  • Optimize start up and load time with better server initialization and lazy downloading Java source

"As we try our best improving performance, it would still take some time when importing a big Java project to Visual Studio Code," Xiaokai He said. "In this case, it would be helpful to show more progress details and let you know what's actually happening behind the scene. Instead of just showing the percentage of progress, we now added detailed step information into the status, such as inspecting location, configuring project, updating Maven dependencies, refreshing workspace and build workspace to let you know the wait is meaningful."

Microsoft's Java in Visual Studio Code site says the tooling for the ever-popular programming language:

  • Is fast and lightweight, free, and open-source
  • Supports multiple, or all the programming language developers use
  • Helps start a Java journey without installing and learning a complex IDE
  • Provides great microservices support including popular framework, container tooling and cloud integration
  • Improves productivity through smartness and collaboration features

The Java Extension Pack is still in preview and so far has received an average 4.1 rating (scale to 5) from 15 developers who reviewed it.

About the Author

David Ramel is an editor and writer for Converge360.

comments powered by Disqus

Featured

  • Get Good at DevOps: Feature Flag Deployments with ASP.NET WebAPI

    They provide developers with the ability to toggle features on and off without having to redeploy code, making it easier to manage risk, test features in production, and facilitate smoother releases.

  • Implementing k-NN Classification Using C#

    Dr. James McCaffrey of Microsoft Research presents a full demo of k-nearest neighbors classification on mixed numeric and categorical data. Compared to other classification techniques, k-NN is easy to implement, supports numeric and categorical predictor variables, and is highly interpretable.

  • Building Secure and Scalable APIs in .NET 8

    Tony Champion: "From giving you access to the entire lifecycle of a request, the ability to configure and extend authentication and authorization, .NET 8 gives you the power to create APIs to meet even the most demanding needs."

  • What's New for Java Tooling in VS Code, Azure Cloud

    Java on Visual Studio Code gets a new tool to its extension pack, while Java on Azure upgraded the Azure Toolkit for IntelliJ and more in new regular updates for both properties.

Subscribe on YouTube