← Today I Learned

VS Code - Jump to line number (control + G)

  • development
  • vscode
Published

Aug 9, 2020 @ 4:25 AM

Published

Aug 22, 2020 @ 10:11 PM

Overview

Summary

If you have an open file in VS Code, use control + G to jump to a specific line number. Type the number of the line you want to jump to and press enter. Learn more about all keybindings in VS Code.

Usage

Useful when jumping to errors or when tracking down old console.log() statements.

Resources

All rights reserved 2023