Issue
Is there a way in android studio to create custom auto complete ? I'm beginner in jetpack compose, I'm tired of writing composable function. If it's possible I want to create something like fun0, fun1 and fun2.
Solution
There is a built-in Live Template
you can use. Just type comp
and then press enter it will add the annotation alogside the function.
If you want to see it go to File > Settings > Editor > Live Templates > AndroidCompose
Answered By - uragiristereo
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.