Code completion with interpolated strings

Hi,
When I try and use code completion with empl is says nothing to complete.

  var employees := new List<Employee>;
  
  for each empl in employees do
  begin
    Console.WriteLine($'{empl.}');
  end;

I should be able to select the properties of the Employee class

Cheers,
John
ConsoleApplication5.zip (149.3 KB)

Logged as bugs://E26420.

bugs://E26420 was closed as fixed.