Refactor symbol does not work after annotating the class with @Builder from Lombok.
Environment
- Operating System: Windows
- JDK version: 11
- Visual Studio Code version: 1.66
- Java extension version: 1.5.0
Steps To Reproduce
- Annotate the class with
@Builder
- Use refactor symbol to rename an instance variable.
Current Result
Rename/Refactor is not reflected.
Expected Result
Should rename the instance variable.