eclipse multiple text selection like sublime text 2

后端 未结 7 1824
面向向阳花
面向向阳花 2020-12-24 11:04

is there an option or plugin for eclipse which would enable multiple simultaneous selections in the same editor.

In sublime text, selecting some text and then pressi

7条回答
  •  庸人自扰
    2020-12-24 11:45

    Like Ctrl+D I could not find, but like Alt+F3 in sublime (multiselects all matches), you can do by pressing Alt+Shift+R, or select text > right click > refactor > rename.

    Must say that this does not work with any kind of text. It works with names of variables, functions, classes etc.

    Tested on Eclipse 3.8.1

提交回复
热议问题