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!
2
Not sure if this is new, or before I missed it. Turns out you can just use Live Templates:
Ctrl + Alt + T
There’s a shortcut for Surround with Ctrl+Alt+J on Windows and ⌥⌘J on macOS.
Click here to cancel reply.
2
Answers
Not sure if this is new, or before I missed it. Turns out you can just use Live Templates:
There’s a shortcut for Surround with Ctrl+Alt+J on Windows and ⌥⌘J on macOS.