Select subset of characters in many lines (column selection) in Eclipse/Android Studio

后端 未结 8 618
北荒
北荒 2021-02-03 18:02

How to select subset of characters in many lines (column selection) in Eclipse/Android Studio? Ideally without plugins. Shift+Alt+A seems not to be working for me either.

<
相关标签:
8条回答
  • 2021-02-03 19:01

    Lots of previous answers, but this might be easier or more straightforward as compared to memorizing key shortcuts.

    Just Right-click while the cursor is inside a file/class, then select/deselect 'column selection mode' from the list of options that appears (usually the fifth option on the list)

    0 讨论(0)
  • 2021-02-03 19:02

    the short cut key to select more column character: shift+up or down arrow (define more line) then shift +left or right arrow for select text

    0 讨论(0)
提交回复
热议问题