After I write anonymous function the IDE doesn't do indentations and code completing, no hints, ctrl+space doesn't work.
Is it just me or this if how it is?
{$modeswitch anonymousfunctions}
procedure test(p: pointer);
begin
end;
begin
test(@procedure begin
end);
//no auto-indent...
//ctrl+space: project1.lpr(8,9) Error: unexpected keyword "procedure"
end.
IDE 3.99