Hey everyone, Android studio has a code snippet to...
# compose
t
Hey everyone, Android studio has a code snippet to create a Box when you type W. Supposedly, it’s to facilitate wrapping composables. But how do you use it for wrapping?
a
Select your composable and click cmd + enter (or similar, not remember)
t
@alorma forgot about this thread 😅 but that doesn't wrap anything, it just prints the Box { } in the same line
If used correctly, it should probably do the same as the Emmet option in VS Code to wrap a selection of HTML code