Is there a shortcut to selecting and modifying similar passages?

5

I would like to know an Intellij IDEA shortcut similar to Sublime's CTRL + D , which selects all similar objects and can be modified together. p>     

asked by anonymous 09.06.2017 / 21:55

3 answers

1

You can use the middle mouse button (the scroll button) and select the vertical lines, or use the Shit + Alt + Insert command, and use the arrows to select lines and columns you wish.

I hope this is what you were looking for.

    
09.06.2017 / 22:09
0

Hello, this is a shortcut I usually use in Eclipse ...

Ex: Double-click the attribute you want to rename after using the shortcuts ...

Eclipse: alt+shift+r    

I believe that IntelliJ IDEA is:

IntelliJ: shift+F6  

Source: IntelliJ IDEA and Eclipse Shortcuts

    
04.07.2017 / 20:05
-1

In IntelliJ IDEA, try Alt + J

    
14.12.2018 / 11:16