How to make word wrap in android studio by default How to make word wrap in android studio by default android android

How to make word wrap in android studio by default


If you are on mac and want to soft wrap just the current active Editor, here is how to do it: - On the menu bar View -> Active Editor -> Soft-Wrap


Please goto "File->Settings->Editor->General" tab and check "Use soft wraps in editor". it will solve your problem.

Updates: As @ThePartyTurtle mentioned on the comment some versions of Android Studio specifically from v3.5.3 This option is available via

Android Studio->Preferences...->Editor->General

enter image description here


You go to Android Studio > Preferences > Editor > General > Soft Wraps

then you have to indicate what type of documents you want the soft wrap to be applied on. Be sure to separate each type with a semicolon.

example: *.md; *.txt; *.rst; *.adoc; *.dart; *.plist;

Image that complements the explanation of the menus