Notepad++ Multi editing

前端 未结 9 1433
一向
一向 2020-12-12 13:09

How can I have multiple cursors in Notepad++?

I will have a couple of tab delimited values . I need to write a query for all of these values. For example, if I get a

9条回答
  •  执念已碎
    2020-12-12 13:59

    In the position where you want to add text, do:

    Shift + Alt + down arrow

    and select the lines you want. Then type. The text you type is inserted on all of the lines you selected.

提交回复
热议问题