mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-09 03:52:19 +02:00
Improved emit marker resolve/build selection, emitted Go To Definition
This commit is contained in:
parent
faca458283
commit
6ded6a37cc
14 changed files with 216 additions and 44 deletions
|
@ -3155,6 +3155,8 @@ bool BfAutoComplete::CheckFixit(BfAstNode* node)
|
|||
{
|
||||
if (mIgnoreFixits)
|
||||
return false;
|
||||
if (mModule == NULL)
|
||||
return false;
|
||||
if (mCompiler->mResolvePassData->mResolveType != BfResolveType_GetFixits)
|
||||
return false;
|
||||
if (!IsAutocompleteLineNode(node))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue