VS Code: Jumping to line numbers
Did you know that, in Visual Studio Code, you can jump directly to a specific line number using the keyboard?
- Press Command-P (I presume Ctrl-P works similarly)
- Enter the line number preceded by a colon — for example,
:228
- Press the Enter Key
I learned this nice one from a workmate a while back. 👍