dmd support for IDEs
Nick Sabalausky
a at a.a
Sun Oct 11 03:35:42 PDT 2009
"Walter Bright" <newshound1 at digitalmars.com> wrote in message
news:has947$1vum$2 at 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"
More information about the Digitalmars-d
mailing list