How do I enable the column selection mode in Eclipse?

后端 未结 8 1393
我寻月下人不归
我寻月下人不归 2020-11-30 16:35

News wrote that Eclipse 3.5 finally supports column selection. Unfortunately I don\'t know HOW to enable it. I tried pressing the ALT-key like I am used to in Visual Studio

8条回答
  •  一生所求
    2020-11-30 16:52

    To activate the cursor and select the columns you want to select use:

    Windows: Alt+Shift+A

    Mac: command + option + A

    Linux-based OS: Alt+Shift+A

    To deactivate, press the keys again.

    This information was taken from DJ's Java Blog.

提交回复
热议问题