Beef
Beef copied to clipboard
"Unintuitive" autocomplete behavior
When creating a function pointer as a field the autocomplete is a bit weird. After typing "public function " you would usually want to type: returnType(params), but the autocomplete seemingly will not autocomplete anything until im done typing the returnTye.
This may be intended, but I would personally prefer the ability to autocomplete there.