Notepad++ don't has one option/shortcut to easily get multiple carets at the end of several lines. But you can do some of these tricks:
Remember you need to enable always the Multi-Editing on Settings/Preferences/Editing/Enable Multi-Editing checkbox.
You have 2 options:
Option 1 - Without any extra plugin
- CTRL+click on each line (it doesn't matter in which partof the line you click) you want to add one caret to the end.
- When you placed acursor on each line you want to edit, press END key tomove all carets to the end of the line they were placed.
Option 2 - Using BetterMultiselection Plugin
- Install the BetterMultiSelection Plugin within the Plugins Admin window (on Plugins menu)
- After the restart of Notepad++ you need to enable the BetterMultiSelection plugin on the plugins menu.
- Do a column selection with ALT+mouse
- Press END key.
- Voila ;-)