Beef icon indicating copy to clipboard operation
Beef copied to clipboard

no autocomplete for named function/delegate? type args

Open EinScott opened this issue 4 years ago • 0 comments

No autocomplete inside these brackets:

public function void a();

Autocomplete works inside these brackets:

public function void() d;

EinScott avatar Nov 16 '21 18:11 EinScott