Replies: 1 comment 5 replies
-
Try putting this: into
I don't think that's possible |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am working on a project that uses wildcard imports and Java var keyword for defining variables.
statement like
import lombok.*;cause jdtls to resolvelombok.var, which is a restricted type.All Java
varkeywords are then misunderstood.Is there a way to configure JDTLS to ignore restricted types, or at least
lombok.var?Beta Was this translation helpful? Give feedback.
All reactions