Reputation: 7170
I'm using Android Studio fo Flutter Projects and one thing I would like to improve is the size of the pop-up font in the editor window. I think the same is actual for a java or a kotlin developers. Is there a setting to make the font bigger?
Upvotes: 0
Views: 212
Reputation: 8634
Only way to increase the font size is to increase the font size in Settings -> Appearance & Behavior -> Appearance
Check the "Use custom font" and increase the size.
Note this will change the font size of IDE itself.
Upvotes: 2