I'm super excited to announce my first plugin for Intellij Idea and Android Studio. It allows you easily wrap your Composable with Row, Column and etc.
You can download it by link below
https://plugins.jetbrains.com/plugin/16174-wrap-compose
or from Plugins section in Android Studio or Intellij Idea
Hope it will make your development easier and more enjoyable
If you have any questions please leave it on twit below:
https://twitter.com/a_rasul98/status/1366396862538928128
Have a great day!
K 5
🙏 1
👍 3
d
Denis
03/02/2021, 1:09 PM
Hi, Rasul! That's great, congrats!
Is it like the built-in Surround with? It doesn't always work as I want for unknown reasons, I'd like to have a more robust tool
c
Colton Idle
03/02/2021, 2:08 PM
Nice! I tried to wrap in a scrollable column and it tries to use a ScrollableColumn which I think was in favor for Column with a scrollable modifier.
r
Rasul Aghakishiyev
03/02/2021, 2:12 PM
@Denis Hi Denis! Thank you for your feedback
Well, Live Templates which built-in in Android Studio doesn't allow you select the composable that you want to wrap. Instead it allows you quickly create Row Column and Box containers and put content in it
This plugin works a little bit different. You can select a composable that you want surround. I think it's a little bit easier 🙂
👍 1
z
Zach Klippenstein (he/him) [MOD]
03/02/2021, 4:29 PM
This looks great! I’ve wanted something like this often