Wednesday, April 16, 2014

IntelliJ: Multiple Cursors and Selection

As a programming who's worked in IDE's such as Eclipse/IntelliJ and now works with Sublime you'll be excited to hear that IntelliJ now supports multiple selections and editting:


Woot woot!

For Mac OSX:

Multiple Cursors with mouse:
Visit Settings > Keymap > Editor Actions > Add or Remove Caret and enable ⌥⇧ + Mouse Click.  


Change Multiple Occurrences:
Press ⌃⌘G to change multiple occurrences of selection in your code.  


No comments: