PyCharm: Turning selection to multiple cursors per line

后端 未结 8 1338
梦谈多话
梦谈多话 2020-12-13 01:53

Sublime Text has this functionality where you can select text and start editing each line with a (multiple) cursor:

8条回答
  •  借酒劲吻你
    2020-12-13 02:27

    Another option: with text selected, toggle column selection mode:

    enter image description here

    The default shortcut to toggle the mode is:

    • Linux/Windows: alt-shift-insert
    • Mac cmd-shift-(numpad) *

    (or EditColumn Selection Mode)

    It's an inconvenient shortcut for Mac, as most laptops have no numpad. I remapped it to cmd-shift-8.

    Column selection mode actually has other purposes too: it changes the default behavour when selecting text with the keyboard and mouse. Toggle it off again to return to normal selection behaviour.

提交回复
热议问题