Eclipse: Can you put your cursor on all lines?

后端 未结 2 1229
渐次进展
渐次进展 2021-01-22 05:33

In IDEA you had the possibility to put your cursor on all lines.

Is this possible in Eclipse?

2条回答
  •  迷失自我
    2021-01-22 06:05

    If you refer to the ability to select a group of lines (like a all function), you can use the outline view

    alt text http://publib.boulder.ibm.com/infocenter/radhelp/v7r5/topic/org.eclipse.jdt.doc.user/whatsNew/images/drag-and-drop-outline.png

    From there, you can move/rearrange/delete all block of text.


    If it is about column mode, see my answer here.

    alt text http://update.eclipse.org/downloads/drops/R-3.5-200906111540/images/block-selection-mode.png

提交回复
热议问题