Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a way to view two blocks of code from the same file simultaneously in Sublime Text?

Is there a way to view two blocks of code from the same file simultaneously in Sublime Text? I can't find anything in the view options.

like image 557
mango Avatar asked Sep 04 '25 16:09

mango


1 Answers

In the nav go View => Layout => Columns:2 (alt+shift+2) and open your file again in the other pane (i.e. click the other pane and use ctrl+p filename.py)

It appears you can also reopen the file using the command File -> New View into File which will open the current file in a new tab

like image 161
megawac Avatar answered Sep 07 '25 18:09

megawac