gunfulker
gunfulker

Reputation: 674

Netbeans Java code suggestion options/plugin?

If I type Car.Mile and press ctrl-spacebar to autocomplete the member name, it does not bring up matches that don't begin with Mile at all. This is pretty annoying because so many methods are prefixed with get/set/is like getMileage() and setMileage().

enter image description here

My code completion options look like this currently. Not seeing this as a choice. This is JMonkeyEngine's version of Netbeans, if that matters.

Anyway to get this behavior?

Upvotes: 1

Views: 172

Answers (1)

user330315
user330315

Reputation:

Don't use the settings for "All Languages" use the Java settings:

NetBeans Java completion settings

Upvotes: 1

Related Questions