News

Java on Visual Studio Code Fixes Lombok Library Issues

The big news in the July 2022 update to Microsoft's Java on Visual Studio Code extensions is that they all now fully support the Lombok library.

Project Lombok is designed to reduce boilerplate code, the amount of which is historically notorious in many Java projects. Lombok uses annotations for this task in order to streamline things like coding getters and setters. The extension has been installed more than 541,000 times, earning an average 4.3 rating (scale 0-5) from 17 developers who reviewed it.

While the library has been used by Java coders in VS Code, that use was fraught with problems when combined with the Java on VS Code dev team's tooling. Now, Microsoft has cleaned things up and is taking over the community-developed extension from original author Gabriel Basilio for maintenance and new feature development as needed.

"Lombok is a popular Java library that makes your coding life easier, and we have been consistently hearing from developers that our extensions don't work well when they have Lombok dependency in their projects," Microsoft's Nick Zhu, senior program manager, in a July 17 announcement. "Starting from a few months ago, we started investigating this and now we have fully enabled built-in support for Lombok within our extensions. You shouldn't experience any weird issues with Lombok anymore."

Lombok Support in Animated Action
[Click on image for larger, animated GIF view.] Lombok Support in Animated Action (source: Microsoft).

With the built-in support of Lombok, developers:

  • Will be reminded that Lombok support needs to be enabled when they open a project for the first time and the dev team's Java extension sees that the project has a Lombok dependency
  • Can see the current Lombok version and status in the language status bar after enabling the Lombok support, while licking on the item takes the developer to where the Lombok version is configured, letting them easily change the Lombok version
  • Can toggle Lombok support on and off with a new setting

Beyond the Lombok support, the team sought to improve the user experience with:

  • Drag-and-drop support in the Java Project explorer
  • A new setting that lets developers disable inlay hints under some circumstances
  • The ability to set a function breakpoint by clicking the "+" button in the Breakpoints view and entering a fully qualified method name from a Java class
  • More code actions for the Quick fix prompt

Zhu also announced another improvement to Spring functionality: the bean dependency view. "As a Spring developer, bean dependency is something that we deal with very often and sometimes we might want to visualize that," he said. "We added this feature to Spring Boot dashboard. It will become available when you launch the application from the Spring Boot dashboard, and click the inline button on the right. From there, you can go two directions. You can either see what this bean is injected into, or see what this bean is depending on."

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