I'm looking for a short-cut. Is there anything useful for the scenario when you're in a file, and you need to go back and forth between two spots while editing?
i find myself doing this a lot and scroll is tedious, as is remembering line numbers.
I'm looking for a short-cut. Is there anything useful for the scenario when you're in a file, and you need to go back and forth between two spots while editing?
i find myself doing this a lot and scroll is tedious, as is remembering line numbers.
Alt + <Left Click>
sets the cursor to several locations, so you can edit multiple lines at the same time.
You could also use split view to look at two locations of the same file (Ctrl+^
)