I got a problem with Java Lombok methods being not visible in VSCode, for instance:

The method builder() is undefined for the type LicenseQueryParam
I fixed it by clicking on the {} icon in the lower right side of Visual Studio Code screen:

then chose Configure Version just aside lombok with library version and then “Use Project’s Version” instead of “Use Extension’s Version”

This made the trick.
Leave a Reply