Continuing code to another page
已回答
How do you continue code onto another page? Lets say I have 500 lines of code on page 1. Instead of writing lines 501, 502, 503, etc at the bottom of page 1, I would like to start at the top of page two and write line 501, 502 and so forth. When I run the code I would like for it to run both pages and not just page one or page two.
请先登录再写评论。
Hi, there's no such feature in PyCharm. In the meantime you can split the editor. I guess it will provide quite the similar result as you can scroll both pane independently.