Mithun
Mithun

Reputation: 361

shortcuts for netbeans to select next word for multiple editing

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)

Upvotes: 21

Views: 11570

Answers (3)

user9278656
user9278656

Reputation:

Working version 8.2

Windows CTRL + J

MacOSX CMD + J

Upvotes: 8

Slavko Stojadinovic
Slavko Stojadinovic

Reputation: 401

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

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

Upvotes: 30

Chris
Chris

Reputation: 8968

Not quite the same thing but if you are in a supported programming language you can use Ctrl + R to refactor variable's, funciton names, class names etc.

Upvotes: 2

Related Questions