- 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
Steps to Reproduce:
1.create a class like:
public class Visitor{}2.use the lombok annotation
@Data3.refactor the class name to VisitorRecord. it will be
VisitRecord class VisitRecord{}i think it should be:
but it isn't
Does this issue occur when all extensions are disabled?: Yes/No
occur when the lombok is disabled