-
Notifications
You must be signed in to change notification settings - Fork 519
Closed
Labels
Description
- VSCode Version:1.48
- OS Version:win 10
Steps to Reproduce:
1.create a class like:
public class Visitor{}
2.use the lombok annotation @Data
@Data
public class Visitor{}
3.refactor the class name to VisitorRecord. it will be
VisitRecord class VisitRecord{}
i think it should be:
@Data
public class VisitorRecord{}
but it isn't
Does this issue occur when all extensions are disabled?: Yes/No
occur when the lombok is disabled
Reactions are currently unavailable