copy-line-number

Copy file name and line number in specified format.

DenjiMk2

796

0

0.2.0

MIT

GitHub

copy-line-number

Copy Line Number copies the file name and line number of the pointer in the specified format.
Default format has been adjusted for Chrome Dev tool and atom fuzzy finder.

How to use

Copy the format with the file name and line number currently selected.

Keyboard shortcut

Windws and Linux : Ctrl+Alt+C
Mac : Ctrl+Cmd+C

and more

How to setting

Settings>format String to be copied. Replace the characters in the string.

ex.

Format Result
{1}:{2} hoge.txt:10
Line {2} of {1} Line 10 of hoge.txt
{2} :{3} 10 :hogehoge