Block selection in eclipse

前端 未结 5 826
悲哀的现实
悲哀的现实 2021-02-01 00:42

Does anyone know if block selection (or rectangular selection) is possible in eclipse?
Maybe there\'s a plugin? I haven\'t been able to find one myself yet...

5条回答
  •  不要未来只要你来
    2021-02-01 01:10

    Block selection is available since Eclipse 3.5.
    You can toggle between standard and block selection using:

        Alt + Shift + A
        Opt + Cmd + A (on Mac)

    or press Ctrl+3 (Cmd+3 on Mac), type "toggle block" and select Toggle Block Selection command.

提交回复
热议问题