shortcuts for netbeans to select next word for multiple editing

netbeans-7

Solution

In netbeans you can use `CTRL + J` (in MacOSX `CMD + J`).

See https://stackoverflow.com/a/39869089

Problem

Is there any shortcuts to select next word in netbeans? Like Ctrl+d in Sublime text select word (repeat select others occurrences in context for multiple editing)

Original source

Related problems