Rename Symbols
Last updated
Last updated
You can press F2 on variables within Visual Studio Code to rename them across the workspace or function you are working in.
Renaming variables that appear at the top level scope will rename them across the workspace.
Function scoped variables will only be renamed within the function you are working with.