birgersp
birgersp

Reputation: 4916

How to visually wrap lines at tab width in IntelliJ?

In other editors (Visual Studio Code and Netbeans which I mostly use), I can enable word wrap. Lines will then be split (visually) over multiple lines if the line is longer that the view area.

How can the same be enabled in IntelliJ (Community)? Right now I can't get any kind of word wrap (coding Kotlin).

Visual Studio Code word wrap

Upvotes: 1

Views: 212

Answers (1)

Andrey
Andrey

Reputation: 16391

The feature is called Soft-wrap. You can configure it here: enter image description here

Upvotes: 2

Related Questions