"Walter Bright" <newshou...@digitalmars.com> wrote in message 
news:has947$1vu...@digitalmars.com...
> Jérôme M. Berger wrote:
>>> . all the symbols in that module, and the members of those symbols 
>>> (recursively)
>>
>>     Including local variables for functions?
>
> That seems pointless, as they'll be inaccessible outside of the scope of 
> the function.

void foo()
{
   int bar;
   // big complex func here
}
User: Ok, IDE, Refactor->Rename->foo's "bar" to "baz"


Reply via email to