dmd support for IDEs
    BCS 
    none at anon.com
       
    Mon Oct 12 12:03:27 PDT 2009
    
    
  
Hello Walter,
> 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.
> 
Good auto compleat needs a list of *Every* allowed identifier at any point 
in the code. Basicly the full symbol table.
    
    
More information about the Digitalmars-d
mailing list