In VSCode / Flutter, there is a really nice “Wrap ...
# compose
y
In VSCode / Flutter, there is a really nice “Wrap with new Widget” feature where you don’t need to select your whole Widget, but just have your cursor on the Widget to be wrapped. Does this exist for Android Studio / Compose too? Now, I have to select the Composable and all of its contents and then wrap it. It would be nice to skip selecting everything every time.
stackoverflow 1
j
I am also looking something similar
c
This behavior is now in the latest Dolphin canary but in previous builds required selecting the whole widget. There is still some fine tuning to apply though so give it a try and let us know what you think!
🎉 3
y
Awesome, cool, will do!