How do I make MSVS change every instance name of a variable?
As per title. Say I edit the declaration for xInput to Input. According to some tutorials, pressing tab will change all other instances of xInput to Input as well.. but for some reason I am not able to do so?
3 Replies
pressing enter should work
ctrl +r, ctrl+r for rename refactor.
or change then variable, then ctrl+. for suggested actions afterwards
Thanks, will try these soon- am working on js project rn