You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
functionInfo.ArgumentList[functionInfo.ArgumentList.Count-2].Name.EndsWith("1")&&// Note: Need both the Arg1 and the ... to trigger the expansion in the function wizard?
functionInfo.ArgumentList[functionInfo.ArgumentList.Count-2].Name.EndsWith("1"))// Note: Need both the Arg1 and the ... to trigger the expansion in the function wizard?
558
557
{
559
558
varparamsIndex=functionInfo.ArgumentList.Count-2;
560
559
@@ -565,8 +564,11 @@ FormattedText GetFunctionIntelliSense(FunctionInfo functionInfo, int currentArgI
565
564
566
565
// Omit last two entries ("Arg1" and "...") from the original argument list
0 commit comments