Search:

Type: Posts; User: Norm

Search: Search took 0.10 seconds.

  1. Re: Finding where variable is defined and where referenced

    The problem is the shadowed variables NEED to be marked with a warning. If you know to search for a variable to see if its shadowed then you won't need the warning.
  2. Re: Finding where variable is defined and where referenced

    Which IDE(s) does that work in?

    Does it tell you which ones are shadowed?
  3. Re: Finding where variable is defined and where referenced

    Thanks. I was looking for something to pass to an OP when they are having shadowing problems that would show them the problem.
  4. Finding where variable is defined and where referenced

    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...
Results 1 to 4 of 4