I have this simple situation, I'd like to refactor the name of the role variable:
It looks like VSCode is smart enough to know that "roles" in the url should not be touched.
I just want to refactor the name of the variable in a single file, in a single scope, not the whole file and definitely not multiple files!
If I use ctrl+H
, it will bring me to a menu which by default refactors the name in multiple files or a whole single file, but I just want to refactor the name in a single function scope!