Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>line number generatorNew to Visual Studio Code? Get it now.
line number generator

line number generator

Abhinav Gautam

|
126 installs
| (0) | Free
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

line-number-generator

Version 1.0.0

A lot of programmers and developers use 'printing to console' for debugging the code rather than using a debugger. On client Side debugging browser provides the line and the file from which a perticular thing is printed, but does not specify the folder, so if file with same name occurs in different folders, it might get confusing from where this is getting printed. On command Line for server side debugging neither file name nor line number is specified. So What my extension does is, upon single command, it generates [folder_name | file_name...line_number] in this format to save time and typing.


Usage

the usage has been explained through the gif below. The below steps are shown for JavaScript only but the extension can work with any language that supports usage of strings. for example , C, C++, C# , Java, Python etc..

Gif


Developer

Abhinav Gautam


License & Copyright

© Abhinav Gautam

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft