Say I'm reading file xyz.py. And I want to see both func_x
and class_y
at the same time, so that I don't have to keep on scrolling up and down to go back and forth.
How would I open file xyz.py side-by-side so that I can read both at the same time?
Note: This is different from the question Visual Studio Code: How to split the editor vertically, as it doesn't explain how to have the same window side by side.