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.
<I use android studio. You can switch between selection mode by:
alt-shift-insert, or Edit -> Column selection mode.
source.
Android Studio column selection on the Mac Book you can use this Shortcut Mac :
Cmd + Shift + 8
source here
To enter column selection mode, press alt-shift-insert.
To get the caret to occupy multiple lines, simply hold Shift and press the up or down arrow key. Then you can hold Shift and press the right or left key to select text horizontally like you usually would.
To exit column selection mode, press Esc.
As per this thread: How do I enable the column selection mode in Eclipse?
or this one: Block selection in eclipse
Use: Alt+Shift+A
To switch between Column selection ans stream selection.
Block selection is available since Eclipse 3.5. You can toggle between standard and block selection by Alt+Shift+A (or press Ctrl+3, type "toggle block" and select Toggle Block Selection command).
Now Alt+Left_Mouse works in Android Studio.
Without any command you can get selection mode by using mouse drag with press Alt in Android Studio,
Mouse: Alt+MouseDrag