Microsoft Announces Built-in Support for Lombok in VS Code for Java
https://adtmag.com/articles/2022/07/19/lombok-updated-for-vs-code-for-java.aspx
The latest update to Microsoft's popular Visual Studio Code (VS Code) for Java source code editor includes new built-in support for the Lombok Java library tool, as well as some fundamental user experience improvements, the company announced this week.
Project Lombok is designed to reduce boilerplate code, employing annotations to streamline things like getters and setters. This approach also improves the readability of the source code and saves space by reducing the lines of code. Lombok adds the boilerplate codes at compile time in the ".class" file instead of the source code.