Is automatic record completion available in Visual Studio?

In earlier versions of Visual Studio, with F# Power Tools, it was possible to partially define a record type and then use a Quick Action to generate all of the fields. The quick action was not available in all use cases, but for several common use cases it would work.

In VS2022, I see that a lot of F# Power Tools has been integrated into the base experience, but I don’t see anything like automatic record completion in Quick Actions, nor any references to it in any of the options menus.

Is this functionality currently available (via extension or otherwise) in VS2022?