mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Debugger mouseover improvements
This commit is contained in:
parent
4f0ad540a7
commit
4f2c28862d
8 changed files with 161 additions and 61 deletions
|
@ -1778,6 +1778,11 @@ BfLocalVariable* BfModule::HandleVariableDeclaration(BfVariableDeclaration* varD
|
|||
resolvedType = initValue.mType;
|
||||
unresolvedType = resolvedType;
|
||||
}
|
||||
|
||||
if (auto autoComplete = mCompiler->GetAutoComplete())
|
||||
{
|
||||
autoComplete->CheckResult(varDecl->mInitializer, initValue);
|
||||
}
|
||||
}
|
||||
if ((!handledVarInit) && (!isConst))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue