Skip to content

Commit

Permalink
Fix PR feedback.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuinox committed Mar 12, 2024
1 parent e1fff88 commit ddc9b88
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ private static ILookupItem GetLookupItem(CSharpCodeCompletionContext context, st
var range = arg.GetExtendedDocumentRange();
lookupItem.SetRanges(context.CompletionRanges.WithReplaceRange(range));
}
else
{
lookupItem.WithInitializedRanges(context.CompletionRanges, context.BasicContext);
}

lookupItem.SetTopPriority();
return lookupItem;
Expand Down

0 comments on commit ddc9b88

Please sign in to comment.