How to create two editor panes for the same file?

Viewed 47443

I usually have a vertical split with two editor panes next to each other. Is there a way to have the same file in both of these panes?

7 Answers

IntelliJ IDEA 2021.2

Right click on the file tab > Split Right / Down

I'm afraid it's not possible in the recent IDEA versions. Please vote for IDEA-34593 or watch this issue for progress to get a notification when the issue is resolved.

UPDATE: As the issue was fixed, it's possible since IDEA 10, see the reply from MattLeidholm.

Related