bug fix in intellisense
This commit is contained in:
parent
5b6c8f0eaa
commit
3e6bece037
|
|
@ -5008,7 +5008,7 @@ namespace CodeCompletion
|
|||
else if (ci.GetParameters().Length > 0)
|
||||
constrs.Add(ci);
|
||||
constrs.AddRange(mis);
|
||||
constrs.AddRange(PascalABCCompiler.NetHelper.NetHelper.GetExtensionMethods(ctn));
|
||||
//constrs.AddRange(PascalABCCompiler.NetHelper.NetHelper.GetExtensionMethods(ctn));
|
||||
mis = constrs.ToArray();
|
||||
if (ctn.IsInterface)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue