How to select multiple places (sublime) in code in Android Studio?

后端 未结 8 550
无人共我
无人共我 2020-12-22 21:23

How to select multiple places in code in Android Studio ?

I want to insert the same text in multiple places in my source code. Like a have more than one mouse cursor

8条回答
  •  遥遥无期
    2020-12-22 22:19

    On a macOS you can use:

    Tap: Control + Command + G - Select all the same value

    Tap: Control + G - Every tap combination select the new same value

    Hold: Option + Mouse Click - Select multiline with a mouse

    Hold: Option + Shift and Tap: Mouse Click - duplicate cursor for a each tap place

提交回复
热议问题