If you have a use case wherein you want to add a line number before each line, you can do that using Column Editor in Notepad++ text Editor.

Steps:
- Open a file or be on the tab where you want to insert line numbers,
- Be at the start of the line from where you want to prefix line numbers (advance: better to do a Multi-Column Select),
- Go to Menu: Edit -> Column Editor,
- Select: Number to Insert
- Add: Initial number: 1
- Add: Increase by:
- Select Leading zeros if you want them.
- Click OK
A
B
C
D
E
F
G
H
I
J
K
After:
01 A
02 B
03 C
04 D
05 E
06 F
07 G
08 H
09 I
10 J
11 K
-
Have Questions? Post them here!
More Posts related to NotepadPlusPlus,
- Notepad++ Editor alternatives for macOS
- How to add or remove bookmark on a line in Notepad++
- Notepad++ do not show CRLF characters
- Reduce the size of Tabs on Notepad++
- Delete blank lines in a file using Notepad++
- Fix: Notepad++ bottom status bar not visible
- Notepad++ Hex Editor
- How to show End of Line Characters in File using Notepad++
- [Tutorial] Write And Run Python Code In Notepad++ Editor
- How to install XML Tools Plugin Notepad++
- Customizing Notepad++ New Document Line Encoding: CR/LF/CR LF
- How to remove blank lines from a file using Notepad++
- Column Mode Editing in Notepad++
- Convert text to random case using Notepad++
- How to recover unsaved notepad file Windows 10
- How to delete all text after a character or string in Notepad++
- Setting up Cloud feature with Notepad++
- Install Notepad++ silently using Windows Powershell
- Using Document Map in Notepad++
- Enabling Notepad++ Dark Theme
- [Fix] Notepad++ tab not visible (hidden)
- Where are Notepad++ macros stored?
- Multiple line editing in Notepad++
- Alternatives for Notepad++ on Mac in 2021
- [Nopepad++] How to add text at end of each line
More Posts:
- How to uninstall pip Python packages - Python
- Center Align TextView Android Horizontally or Vertically - Android
- Java Stream flatmap() Examples - Java
- How to remove old 404 pages ulrs from Google crawler - Html
- Clear SFTP Prompt Screen on macOS Terminal - MacOS
- Convert Java Object to JSON using Jackson Library - Java
- Calculate Volume of Sphere - C-Program
- How to clear MySQL Console Screen - MySQL