vscode-lombok icon indicating copy to clipboard operation
vscode-lombok copied to clipboard

Extension deprecation notice - do Lombok users still need this

Open jcrben opened this issue 2 years ago • 1 comments
trafficstars

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 avatar Mar 03 '23 19:03 jcrben

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

testforstephen avatar Mar 06 '23 08:03 testforstephen