Visual Studio Tip #1 – How to Rename Variables
A quick tip for renaming variables in Visual Studio, C#. You can change a variable name by holding the CTRL key and pressing R twice (CTRL+R, R). This will rename the variable by it’s reference. That way you rename every… Continue Reading