Notepad++ add to every line

后端 未结 13 2009
无人共我
无人共我 2020-11-29 14:18

I\'m using Notepad++ and I can\'t figure this out :

I have numerous lines all starting with http. I need to add some text in front of it in every line.

13条回答
  •  感动是毒
    2020-11-29 14:54

    1. Move your cursor to the start of the first line
    2. Hold down Alt + Shift and use the cursor down key to extend the selection to the end of the block

    This allows you to type on every line simultaneously.

    I found the solution above here.

    I think this is much easier than using regex.

提交回复
热议问题