C
C#2y ago
surwren

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
Trinitek
Trinitek2y ago
pressing enter should work
phaseshift
phaseshift2y ago
ctrl +r, ctrl+r for rename refactor. or change then variable, then ctrl+. for suggested actions afterwards
surwren
surwren2y ago
Thanks, will try these soon- am working on js project rn