Cannot refactor>rename var to array Follow
3 comments
Sort by
Date
Votes

Comment actions
Permalink
A Rename refactoring renames a variable to another variable; it cannot change the type of an entity. In your case, the result of a rename is no longer a variable reference.

Comment actions
Permalink
Bummer, can this be feature request?

Comment actions
Permalink
We don't currently plan to make the Rename refactoring do something other than rename.
Please sign in to leave a comment.