Java Lombok methods not visible in VSCode

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.


Posted

in

by

Tags:

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.