mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-26 03:28:02 +02:00
Fixed autocomplete for lambda param names
This commit is contained in:
parent
7dfb279e48
commit
6045137bce
4 changed files with 18 additions and 6 deletions
|
@ -115,16 +115,16 @@ namespace IDE.ui
|
|||
}
|
||||
}
|
||||
|
||||
/*public this()
|
||||
public this()
|
||||
{
|
||||
|
||||
Debug.WriteLine("SymbolReferenceHelper this {0}", this);
|
||||
//Debug.WriteLine("SymbolReferenceHelper this {0}", this);
|
||||
}
|
||||
|
||||
public ~this()
|
||||
{
|
||||
Debug.WriteLine("SymbolReferenceHelper ~this {0}", this);
|
||||
}*/
|
||||
//Debug.WriteLine("SymbolReferenceHelper ~this {0}", this);
|
||||
}
|
||||
|
||||
public void Init(SourceViewPanel sourceViewPanel, Kind kind)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue