Is there a way to select a variable in your code and ask the IDE to tell you where it is defined and where it is referenced?
There are many students that have shadowed variables. Is there a way to use the IDE to find the variables that are hiding variables at larger scope.
Why doesn't the IDE warn you of this?
When do you ever want to have more than one variable with the same name at different scope levels?
Thanks,
Norm
Also posted at: Finding where variable is defined and where referenced