News

Java on Visual Studio Code Supports Java 18

The regular monthly update to Java on Visual Studio Code adds support for the latest edition of the language, Java 18.

Microsoft's Java on Visual Studio Code dev team maintains extensions, including the Extension Pack for Java (12.4 million installs), which bundles six individual extensions that provide the VS Code Java experience.

That experience is now centered around Java 18, the latest edition of the popular programming language that just debuted last month. While not as significant as the Java 17 Long-Term Support (LTS) release, John K. Waters from sister publication Application Development Trends explains that the Java Development Kit (JDK 18) includes JDK Enhancement Proposals (JEPs) for UTF-8 by Default, Simple Web Server, Code Snippets in Java API Documentation, Vector API and many more.

In announcing Java 18 support for Java on VS Code as part of the April 2022 update, Microsoft highlighted changes including:

  • Support Inlay Hints for Parameter Names: Developers can enable Inlay Hints to show a hint on the parameter names in a method signature, with three different modes: none, literals or all.
    Support Inlay Hints for Parameter Names in Animated Action
    [Click on image for larger, animated GIF view.] Support Inlay Hints for Parameter Names in Animated Action (source: Microsoft).
  • New Java Language Server Status UX: Previously, items on the status bar that showed the current state of the Java language server could make the UX crowded and confusing, which is addressed by finalizing new Language Status Item APIs and making minor adjustments such that developers will see the language server items merged into a unified item, making it more concise while also providing more actions for developers to access from a single place.
  • Code Action to Extract Lambda Body to Method: A minor feature update adds a code action (from Quick Fix) to let developers easily extract a lambda body to a method.
  • Lambda Expression Evaluation Support in Debugging: The team fixed an issue that prevented developers from properly evaluating variables inside lambda expressions when debugging.

Developers can learn more about Java in Visual Studio Code in documentation titled "Java in Visual Studio Code."

About the Author

David Ramel is an editor and writer for Converge360.

comments powered by Disqus

Featured

  • Full Stack Hands-On Development with .NET

    In the fast-paced realm of modern software development, proficiency across a full stack of technologies is not just beneficial, it's essential. Microsoft has an entire stack of open source development components in its .NET platform (formerly known as .NET Core) that can be used to build an end-to-end set of applications.

  • .NET-Centric Uno Platform Debuts 'Single Project' for 9 Targets

    "We've reduced the complexity of project files and eliminated the need for explicit NuGet package references, separate project libraries, or 'shared' projects."

  • Creating Reactive Applications in .NET

    In modern applications, data is being retrieved in asynchronous, real-time streams, as traditional pull requests where the clients asks for data from the server are becoming a thing of the past.

  • 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.

Subscribe on YouTube