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

  • AI for GitHub Collaboration? Maybe Not So Much

    No doubt GitHub Copilot has been a boon for developers, but AI might not be the best tool for collaboration, according to developers weighing in on a recent social media post from the GitHub team.

  • Visual Studio 2022 Getting VS Code 'Command Palette' Equivalent

    As any Visual Studio Code user knows, the editor's command palette is a powerful tool for getting things done quickly, without having to navigate through menus and dialogs. Now, we learn how an equivalent is coming for Microsoft's flagship Visual Studio IDE, invoked by the same familiar Ctrl+Shift+P keyboard shortcut.

  • .NET 9 Preview 3: 'I've Been Waiting 9 Years for This API!'

    Microsoft's third preview of .NET 9 sees a lot of minor tweaks and fixes with no earth-shaking new functionality, but little things can be important to individual developers.

  • Data Anomaly Detection Using a Neural Autoencoder with C#

    Dr. James McCaffrey of Microsoft Research tackles the process of examining a set of source data to find data items that are different in some way from the majority of the source items.

  • What's New for Python, Java in Visual Studio Code

    Microsoft announced March 2024 updates to its Python and Java extensions for Visual Studio Code, the open source-based, cross-platform code editor that has repeatedly been named the No. 1 tool in major development surveys.

Subscribe on YouTube