Anyone know if it's possible to disable compose pr...
# android-studio
c
Anyone know if it's possible to disable compose previews from rendering. Wondering if it speeds up other things in my IDE like auto-complete when the preview loading wheel is spinning for minutes at a time.
m
You can disable Live Edit from: Settings -> Editor -> Live Edit -> Select None you'll have then to refresh the preview manually to render the latest UI changes. Not sure if it can improve IDE performance though.
821 Views