'Flutter style code editing short cuts for jetpack compose?

I´m a little spoiled by these code editing shortcuts Flutter plugins provide (See example screenshot). Does somethings similar exist for Jetpack Compose? I researched a while but couldn´t find anything. Many thanks and happy coding!

Flutter Android Studio plugin code editing shortcut



Solution 1:[1]

There's a shortcut for Surround with Ctrl+Alt+J on Windows and ??J on macOS.

Solution 2:[2]

Not sure if this is new, or before I missed it. Turns out you can just use Live Templates:

Ctrl + Alt + T 

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Jonathan Pinlac
Solution 2 ???