vscode-lombok
vscode-lombok copied to clipboard
Extension deprecation notice - do Lombok users still need this
There's an alert in the readme saying that "the embedded lombok.jar in the vscode-lombok extension will be deprecated in favor of RedHat Java extension".
Does this extension provide additional features which the RedHat Java extension does not? The notice suggests that this extension is somewhat deprecated but isn't clear as to whether it is entirely deprecated or just partially.
@jcrben Thanks for bringing up the concern. The original features in this Lombok extension, such as Lombok annotation compilation support, have been moved to the RedHat Java extension. In that sense, this extension is no longer needed.
Now this extension just contributes some new refactoring actions (e.g. Lombok / Delombok) for optimizing your code with Lombok.
- Lombok - Refactor code with Lombok annotations.
- Delombok - Remove annotations with actual methods.
See https://github.com/microsoft/vscode-lombok#overview for demo.