Log the name, not the address
This commit is contained in:
parent
462e8f5ac4
commit
53f9345555
|
|
@ -98,7 +98,7 @@ const(ACSymbol)*[] getSymbolsByTokenChain(T)(const(Scope)* completionScope,
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
Log.trace("Found ", symbols[0].name, " at ", symbols[0].location,
|
Log.trace("Found ", symbols[0].name, " at ", symbols[0].location,
|
||||||
" with type ", symbols[0].type);
|
" with type ", symbols[0].type.name);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (completionType == CompletionType.identifiers
|
if (completionType == CompletionType.identifiers
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue