Skip to content

[smart_rename] Did not work when rename variable more than one time #25

Open
@hiberabyss

Description

@hiberabyss

For the following function, the second time will fail when try to rename test twice:

void hello() {
  int test3 = 123;
  test3 = 456;
  std::cout << test3 << std::endl;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions