-
Notifications
You must be signed in to change notification settings - Fork 440
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lombok agent doesn't need to be configured if javac is enabled #3875
Comments
Hi @snjeza, Apologies for going slightly off-topic, but I’m curious about the benefits of using javac in language server. I noticed this feature in the latest vscode-java version. Does javac support method navigation and other quirks that jdt.ls.core provides? Would it potentially replace jdt.core? |
(TL;DR : faster language feature adoption, behaving closer to what users see when they run a compile via. CLI, and being able to swap ECJ/ The 2 main motivations for
There is (mostly) a separation between the internals generated by ECJ and the API provided by JDT Core that JDT-LS uses. We've been improving this to make it easy to swap out ECJ with |
See #3875 (comment)
No, it doesn't.
This feature is part of jdt.core. |
If @mamilic meant : "Will the |
Apologies for the noise, you can ignore this, but I'm adding a comment here upstream to see if the rest of the issue metadata will then sync downstream. Thanks for the heads up @rgrunber. |
Trying again now after updating the expected GH project mapping. Sorry again for the noise upstream. |
Related document - https://projectlombok.org/contributing/lombok-execution-path
The text was updated successfully, but these errors were encountered: