Go to a line number at a specific column

Umar Hansa
Umar Hansa

DevTools - Go to a line number at a specific column.

GOTO a line number with a specified column using the format :line_number:column_number in the CMD + O (Mac) or Ctrl + O (Windows / Linux) dialogue from the Sources panel editor.

  1. In a file open in the Sources panel, press CMD / Ctrl + O.
  2. Enter :5:9.
  3. Notice you are taken to line 5, column 9.